From 4ae1fac40f81333bfd0e3b7740ec650f9161060e Mon Sep 17 00:00:00 2001 From: Jessica Wang Date: Mon, 26 Mar 2012 14:52:01 -0700 Subject: [PATCH] cloudstack 3.0 UI - infrastructure - service providers - SRX list view - remove a wrong field, add another 2 fields. --- ui/scripts/system.js | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/ui/scripts/system.js b/ui/scripts/system.js index 9308a0b8ccb..32892165057 100644 --- a/ui/scripts/system.js +++ b/ui/scripts/system.js @@ -4252,13 +4252,8 @@ id: 'srxProviders', fields: { ipaddress: { label: 'label.ip.address' }, - lbdevicestate: { - converter: function(str) { - // For localization - return str; - }, - label: 'label.status' - } + fwdevicestate: { label: 'label.status' }, + fwdevicename: { label: 'label.type' }, }, actions: { add: {