mirror of https://github.com/apache/cloudstack.git
CloudStack-222:Admin UI prompts to restart Management server with cancel edit operation - Widget changes to reset the default value Reviewed-By:Brian
This commit is contained in:
parent
ca498147da
commit
4d458c988a
|
|
@ -469,9 +469,11 @@
|
|||
|
||||
if (args.cancel) { //click Cancel button
|
||||
// showLabel();
|
||||
var oldVal = $label.html();
|
||||
$edit.hide();
|
||||
$label.fadeIn();
|
||||
$instanceRow.closest('div.data-table').dataTable('refresh');
|
||||
$editInput.val(_s(oldVal));
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue