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 2013/02/27 22:57:41 UTC

[15/23] git commit: refs/heads/master - Add ID field to regions list view

Add ID field to regions list view


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

Branch: refs/heads/master
Commit: c48ed610db2a31885ea2ffab722868bbf8a8b97b
Parents: b4286e7
Author: Brian Federle <br...@citrix.com>
Authored: Tue Feb 26 16:17:13 2013 -0800
Committer: Brian Federle <br...@citrix.com>
Committed: Tue Feb 26 16:17:13 2013 -0800

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


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/c48ed610/ui/scripts/regions.js
----------------------------------------------------------------------
diff --git a/ui/scripts/regions.js b/ui/scripts/regions.js
index d79f728..a5ff1e9 100644
--- a/ui/scripts/regions.js
+++ b/ui/scripts/regions.js
@@ -36,6 +36,7 @@
       section: 'regions',
       fields: {
         name: { label: 'label.name' },
+        id: { label: 'ID' },
         endpoint: { label: 'label.endpoint' }
       },
       actions: {