From ae9a0f5b5d11c39a5d199e267ddb1a7510fa9213 Mon Sep 17 00:00:00 2001 From: Jessica Wang Date: Mon, 14 May 2012 10:11:17 -0700 Subject: [PATCH] CS-14870: cloudstack 3.0 UI - network offering page - detail view - add tags field. --- ui/scripts/configuration.js | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/ui/scripts/configuration.js b/ui/scripts/configuration.js index f55371b14dc..932a172913c 100644 --- a/ui/scripts/configuration.js +++ b/ui/scripts/configuration.js @@ -962,12 +962,13 @@ label: 'label.menu.network.offerings', fields: { name: { label: 'label.name' }, - state: { - converter: function(str) { - // For localization - return str; - }, - label: 'label.state', indicator: { 'Enabled': 'on', 'Disabled': 'off', 'Destroyed': 'off' } + state: { + label: 'label.state', + indicator: { + 'Enabled': 'on', + 'Disabled': 'off', + 'Destroyed': 'off' + } } }, @@ -1767,7 +1768,8 @@ }, serviceCapabilities: { label: 'label.service.capabilities' - } + }, + tags: { label: 'label.tags' } } ],