CloudStack-222:Admin UI prompts to restart Management server with cancel edit operation - Widget changes

This commit is contained in:
Pranav Saxena 2012-09-29 12:12:20 +05:30
parent 295e228819
commit 4530af1bee
1 changed files with 4 additions and 1 deletions

View File

@ -468,7 +468,10 @@
};
if (args.cancel) { //click Cancel button
showLabel();
// showLabel();
$edit.hide();
$label.fadeIn();
$instanceRow.closest('div.data-table').dataTable('refresh');
return false;
}