CLOUDSTACK-747: UI - Internal LB detailView - remove AssignVM action in Details Tab (which has been replaced with the one in Assigned VMs tab).
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/5a643774 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/5a643774 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/5a643774 Branch: refs/heads/object_store Commit: 5a6437749ee15a927f612fb5f860dc3201d64c60 Parents: 42a549e Author: Jessica Wang <[email protected]> Authored: Wed Jun 5 17:07:23 2013 -0700 Committer: Jessica Wang <[email protected]> Committed: Wed Jun 5 17:07:23 2013 -0700 ---------------------------------------------------------------------- ui/scripts/vpc.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/5a643774/ui/scripts/vpc.js ---------------------------------------------------------------------- diff --git a/ui/scripts/vpc.js b/ui/scripts/vpc.js index 2252387..af77545 100644 --- a/ui/scripts/vpc.js +++ b/ui/scripts/vpc.js @@ -445,6 +445,7 @@ isMaximized: true, name: 'Internal LB details', actions: { + /* assignVm: { label: 'Assign VMs to Internal LB', messages: { @@ -508,7 +509,8 @@ notification: { poll: pollAsyncJobResult } - }, + }, + */ remove: { label: 'Delete Internal LB', messages: {
