Skip to content

Commit f9279f9

Browse files
committed
CloudStack-222: Widget changes to remove the UI prompt to restart the management server while trying to change global settings Reviewed-By:Brian
1 parent e2585ff commit f9279f9

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

ui/scripts/ui/widgets/listView.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,12 @@
468468
};
469469

470470
if (args.cancel) { //click Cancel button
471-
showLabel();
471+
// showLabel();
472+
var oldVal = $label.html();
473+
$edit.hide();
474+
$label.fadeIn();
475+
$instanceRow.closest('div.data-table').dataTable('refresh');
476+
$editInput.val(_s(oldVal));
472477
return false;
473478
}
474479

0 commit comments

Comments
 (0)