Updated Branches: refs/heads/master 71ead9ef4 -> 9a8089e02
cloudstack 3.0 UI - network page - LB listing - comment out obsolete unused code. Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/9a8089e0 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/9a8089e0 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/9a8089e0 Branch: refs/heads/master Commit: 9a8089e02c30490289d8ce158871c6d5501dc9d3 Parents: 71ead9e Author: Jessica Wang <[email protected]> Authored: Mon Aug 13 14:43:11 2012 -0700 Committer: Jessica Wang <[email protected]> Committed: Mon Aug 13 14:46:02 2012 -0700 ---------------------------------------------------------------------- ui/scripts/network.js | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/9a8089e0/ui/scripts/network.js ---------------------------------------------------------------------- diff --git a/ui/scripts/network.js b/ui/scripts/network.js index 2d2e71d..1d429bc 100644 --- a/ui/scripts/network.js +++ b/ui/scripts/network.js @@ -942,6 +942,8 @@ addButton: true } }, + + /* add: { label: 'label.add.vms', action: function(args) { @@ -1047,6 +1049,8 @@ }); } }, + */ + dataProvider: function(args) { args.response.success({ //no LB listing in AddLoadBalancer tab data: []
