You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by je...@apache.org on 2013/06/14 00:03:15 UTC

git commit: updated refs/heads/master to 2630625

Updated Branches:
  refs/heads/master bf73d755b -> 263062526


CLOUDSTACK-2360: UI - Infrastructure menu - zone detail - physical network - network service providers - Netscaler - view devices - device detail page - add GSLB Provider enabled or not, GSLB Provider Public IP, GSLB Provider Private IP field.


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

Branch: refs/heads/master
Commit: 26306252604ff3fcfbdd3fb3a4a44180359de50d
Parents: bf73d75
Author: Jessica Wang <je...@apache.org>
Authored: Thu Jun 13 14:58:32 2013 -0700
Committer: Jessica Wang <je...@apache.org>
Committed: Thu Jun 13 15:03:04 2013 -0700

----------------------------------------------------------------------
 ui/scripts/system.js | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/26306252/ui/scripts/system.js
----------------------------------------------------------------------
diff --git a/ui/scripts/system.js b/ui/scripts/system.js
index f37f602..df37f31 100644
--- a/ui/scripts/system.js
+++ b/ui/scripts/system.js
@@ -7899,7 +7899,13 @@
                     lbdevicededicated: {
                       label: 'label.dedicated',
                       converter: cloudStack.converters.toBooleanText
-                    }
+                    },
+                    gslbprovider: {
+                      label: 'GSLB service',
+                      converter: cloudStack.converters.toBooleanText
+                    },
+                    gslbproviderpublicip: { label: 'GSLB service Public IP' },
+                    gslbproviderprivateip: { label: 'GSLB service Private IP' }
                   }
                 ],
                 dataProvider: function(args) {