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 <[email protected]>
Authored: Tue Feb 26 16:17:13 2013 -0800
Committer: Brian Federle <[email protected]>
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: {

Reply via email to