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

[21/38] 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/17ac3a7e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/17ac3a7e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/17ac3a7e

Branch: refs/heads/vpc
Commit: 17ac3a7e3e033a82cbf1fef8ab1292099b4508df
Parents: 53cc0a9
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 12:24:24 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/17ac3a7e/ui/scripts/network.js
----------------------------------------------------------------------
diff --git a/ui/scripts/network.js b/ui/scripts/network.js
index ed621d0..56a2281 100644
--- a/ui/scripts/network.js
+++ b/ui/scripts/network.js
@@ -2014,6 +2014,9 @@
                         addButton: true
                       }
                     },
+
+                    tags: cloudStack.api.tags({ resourceType: 'LoadBalancer', contextId: 'multiRule' }),
+
                     add: {
                       label: 'label.add.vms',
                       action: function(args) {