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:
Jessica Wang 2013-04-15 17:07:57 -07:00
parent 34f8f795e1
commit 23211d1483

View File

@ -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({