You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bf...@apache.org on 2012/07/25 00:28:00 UTC

[6/11] git commit: Add tag edit to LB rule

Add tag edit to LB rule


Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/a59afac3
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/a59afac3
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/a59afac3

Branch: refs/heads/vpc
Commit: a59afac31f2b2df4ffca9888e4910a5f01c72e74
Parents: c5dc569
Author: Brian Federle <br...@citrix.com>
Authored: Tue Jul 24 11:50:10 2012 -0700
Committer: Brian Federle <br...@citrix.com>
Committed: Tue Jul 24 15:25:57 2012 -0700

----------------------------------------------------------------------
 ui/scripts/network.js |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/a59afac3/ui/scripts/network.js
----------------------------------------------------------------------
diff --git a/ui/scripts/network.js b/ui/scripts/network.js
index 66f43b1..9bf671a 100644
--- a/ui/scripts/network.js
+++ b/ui/scripts/network.js
@@ -2206,6 +2206,9 @@
                         addButton: true
                       }
                     },
+
+                    tags: cloudStack.api.tags({ resourceType: 'LoadBalancer', contextId: 'multiRule' }),
+
                     add: {
                       label: 'label.add.vms',
                       action: function(args) {