mirror of https://github.com/apache/cloudstack.git
CloudStack-222:Admin UI prompts to restart Management server with cancel edit operation - Widget changes
This commit is contained in:
parent
295e228819
commit
4530af1bee
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue