Updated Branches: refs/heads/master 58a9a9b0c -> 2e5e403e3
CLOUDSTACK-5656: UI > Network > IP Address > configuration tab > Load Balancing > add "State" column. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/2e5e403e Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/2e5e403e Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/2e5e403e Branch: refs/heads/master Commit: 2e5e403e3c59202d9c0558e9071d015c420caf6c Parents: 58a9a9b Author: Jessica Wang <jessicaw...@apache.org> Authored: Fri Jan 17 11:51:32 2014 -0800 Committer: Jessica Wang <jessicaw...@apache.org> Committed: Fri Jan 17 11:52:21 2014 -0800 ---------------------------------------------------------------------- ui/scripts/network.js | 9 +++++++++ 1 file changed, 9 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/2e5e403e/ui/scripts/network.js ---------------------------------------------------------------------- diff --git a/ui/scripts/network.js b/ui/scripts/network.js index c404b55..166ce55 100755 --- a/ui/scripts/network.js +++ b/ui/scripts/network.js @@ -1615,6 +1615,10 @@ 'add-vm': { label: 'label.add.vms', addButton: true + }, + 'state' : { + edit: 'ignore', + label: 'label.state' } }, @@ -3435,6 +3439,11 @@ 'add-vm': { label: 'label.add.vms', addButton: true + }, + + 'state' : { + edit: 'ignore', + label: 'label.state' } },