mirror of
https://github.com/apache/cloudstack.git
synced 2025-12-16 18:43:26 +01:00
cloudStack 3.0 new UI - remove debugger keyword.
This commit is contained in:
parent
bf4076b559
commit
dda8b9a380
@ -8,7 +8,6 @@
|
||||
edit: {
|
||||
label: 'Change value',
|
||||
action: function(args) {
|
||||
debugger;
|
||||
var name = args.data.jsonObj.name;
|
||||
var value = args.data.value;
|
||||
|
||||
|
||||
@ -39,7 +39,6 @@ var pollAsyncJobResult = function(args) {
|
||||
return; //Job has not completed
|
||||
} else {
|
||||
if (result.jobstatus == 1) { // Succeeded
|
||||
//debugger;
|
||||
if(args._custom.getUpdatedItem != null && args._custom.getActionFilter != null) {
|
||||
args.complete({
|
||||
data: args._custom.getUpdatedItem(json),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user