mirror of
https://github.com/apache/cloudstack.git
synced 2025-12-16 02:22:52 +01:00
CLOUDSTACK-1974: cloudstack UI - Infrastructure menu - zone detail - public traffic type - IP Ranges tab - show new action "Release from account", "Add Account" action.
This commit is contained in:
parent
34f8f795e1
commit
23211d1483
@ -597,7 +597,7 @@
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
/*
|
|
||||||
releaseFromAccount: {
|
releaseFromAccount: {
|
||||||
label: 'Release from Account',
|
label: 'Release from Account',
|
||||||
action: function(args) {
|
action: function(args) {
|
||||||
@ -622,6 +622,7 @@
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
addAccount: {
|
addAccount: {
|
||||||
label: 'Add Account',
|
label: 'Add Account',
|
||||||
createForm: {
|
createForm: {
|
||||||
@ -675,7 +676,7 @@
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
*/
|
|
||||||
},
|
},
|
||||||
dataProvider: function(args) {
|
dataProvider: function(args) {
|
||||||
$.ajax({
|
$.ajax({
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user