CLOUDSTACK-1974: cloudstack UI - Infrastructure menu - zone detail - public traffic type - IP Ranges tab - show new action "Release from account", "Add Account" action.
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/23211d14 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/23211d14 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/23211d14 Branch: refs/heads/marvin_refactor Commit: 23211d1483710682d3ae1862d29e6f1ca5cc7aef Parents: 34f8f79 Author: Jessica Wang <[email protected]> Authored: Mon Apr 15 17:07:57 2013 -0700 Committer: Jessica Wang <[email protected]> Committed: Mon Apr 15 17:07:57 2013 -0700 ---------------------------------------------------------------------- ui/scripts/system.js | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/23211d14/ui/scripts/system.js ---------------------------------------------------------------------- diff --git a/ui/scripts/system.js b/ui/scripts/system.js index f74711d..a905412 100644 --- a/ui/scripts/system.js +++ b/ui/scripts/system.js @@ -597,7 +597,7 @@ }); } }, - /* + releaseFromAccount: { label: 'Release from Account', action: function(args) { @@ -622,6 +622,7 @@ }); } }, + addAccount: { label: 'Add Account', createForm: { @@ -675,7 +676,7 @@ }); } } - */ + }, dataProvider: function(args) { $.ajax({
