mirror of
https://github.com/apache/cloudstack.git
synced 2025-12-16 10:32:34 +01:00
cloudStack 3.0 new UI - remove debugger keyword.
This commit is contained in:
parent
bf4076b559
commit
dda8b9a380
@ -7,8 +7,7 @@
|
||||
actions: {
|
||||
edit: {
|
||||
label: 'Change value',
|
||||
action: function(args) {
|
||||
debugger;
|
||||
action: function(args) {
|
||||
var name = args.data.jsonObj.name;
|
||||
var value = args.data.value;
|
||||
|
||||
|
||||
@ -38,8 +38,7 @@ var pollAsyncJobResult = function(args) {
|
||||
if (result.jobstatus == 0) {
|
||||
return; //Job has not completed
|
||||
} else {
|
||||
if (result.jobstatus == 1) { // Succeeded
|
||||
//debugger;
|
||||
if (result.jobstatus == 1) { // Succeeded
|
||||
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