Dashboards edition final touch...

SVN:trunk[2059]
This commit is contained in:
Denis Flaven
2012-05-30 09:07:41 +00:00
parent 5959be5929
commit 8c0fbe1913
3 changed files with 95 additions and 5 deletions

View File

@@ -216,6 +216,7 @@ abstract class Dashboard
$('#row_attr_dashboard_title').property_field('option', {'do_apply': function() {
var sTitle = $('#attr_dashboard_title').val();
$(':itop-dashboard').dashboard('option', {title: sTitle});
return true;
}
});
EOF