From c48ed610db2a31885ea2ffab722868bbf8a8b97b Mon Sep 17 00:00:00 2001 From: Brian Federle Date: Tue, 26 Feb 2013 16:17:13 -0800 Subject: [PATCH] Add ID field to regions list view --- ui/scripts/regions.js | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/scripts/regions.js b/ui/scripts/regions.js index d79f728ecfe..a5ff1e9da02 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: {