cloudstack 3.0 UI - infrastructure - service providers - SRX list view - remove a wrong field, add another 2 fields.

This commit is contained in:
Jessica Wang 2012-03-26 14:52:01 -07:00
parent c2570b9e7d
commit 4ae1fac40f
1 changed files with 2 additions and 7 deletions

View File

@ -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: {