From 438769baddc168be4c06b188fd87cdc7d52f6445 Mon Sep 17 00:00:00 2001 From: Jessica Wang Date: Tue, 13 Dec 2011 13:45:06 -0800 Subject: [PATCH] cloudStack 3.0 new UI - configuration - change option name in select view. --- ui/scripts/configuration.js | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/ui/scripts/configuration.js b/ui/scripts/configuration.js index dc56220d35a..689f1ccbf2e 100644 --- a/ui/scripts/configuration.js +++ b/ui/scripts/configuration.js @@ -3,14 +3,14 @@ title: 'Configuration', id: 'configuration', sectionSelect: { - label: 'Select Offering' + label: 'Select view' }, sections: { serviceOfferings: { type: 'select', - title: 'Service', + title: 'Service offerings', listView: { - label: 'Service Offerings', + label: 'Service offerings', fields: { name: { label: 'Name', editable: true }, displaytext: { label: 'Description' } @@ -304,9 +304,9 @@ systemServiceOfferings: { type: 'select', - title: 'System Service', + title: 'System Service offerings', listView: { - label: 'System Service Offerings', + label: 'System service offerings', fields: { name: { label: 'Name', editable: true }, displaytext: { label: 'Description' } @@ -597,9 +597,9 @@ diskOfferings: { type: 'select', - title: 'Disk', + title: 'Disk offerings', listView: { - label: 'Disk Offerings', + label: 'Disk offerings', fields: { name: { label: 'Name' }, displaytext: { label: 'Description' }, @@ -830,9 +830,9 @@ }, networkOfferings: { type: 'select', - title: 'Network', + title: 'Network offerings', listView: { - label: 'Network Offerings', + label: 'Network offerings', fields: { name: { label: 'Name' }, guestiptype: { label: 'Guest type' },