From 616b478e3a9dc9be96239147f12017c93c3bea9b Mon Sep 17 00:00:00 2001 From: Jessica Wang Date: Fri, 9 Dec 2011 13:45:54 -0800 Subject: [PATCH] cloudStack 3.0 new UI - network offering page - add Guest Type and Availability in listView. --- ui/scripts/configuration.js | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/ui/scripts/configuration.js b/ui/scripts/configuration.js index fbf06c82e55..a6a0353f505 100644 --- a/ui/scripts/configuration.js +++ b/ui/scripts/configuration.js @@ -798,9 +798,9 @@ listView: { label: 'Network Offerings', fields: { - name: { label: 'Name' }, - displaytext: { label: 'Description' }, - traffictype: { label: 'Traffic Type'}, + name: { label: 'Name' }, + guestiptype: { label: 'Guest type' }, + availability: { label: 'Availability' }, state: { label: 'State', indicator: { 'Enabled': 'on', 'Disabled': 'off', 'Destroyed': 'off' }} }, dataProvider: function(args) { @@ -1419,6 +1419,9 @@ isEditable: true }, state: { label: 'State' }, + guestiptype: { + label: 'Guest type' + }, availability: { label: 'Availability', isEditable: true,