From 3a127186cb40cd18fef254258f26d24c88acbedc Mon Sep 17 00:00:00 2001 From: Jessica Wang Date: Fri, 23 Aug 2013 13:55:15 -0700 Subject: [PATCH] CLOUDSTACK-4474: UI > Infrastructure > primary storage > detailView > add zone field. --- ui/scripts/system.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ui/scripts/system.js b/ui/scripts/system.js index 33a3a467d66..15b3ae2b62a 100644 --- a/ui/scripts/system.js +++ b/ui/scripts/system.js @@ -13598,6 +13598,9 @@ label: 'label.storage.tags', isEditable: true }, + zonename: { + label: 'label.zone' + }, podname: { label: 'label.pod' },