mirror of https://github.com/apache/cloudstack.git
cloudstack 3.0 UI - infrastructure - service providers - SRX list view - remove a wrong field, add another 2 fields.
This commit is contained in:
parent
c2570b9e7d
commit
4ae1fac40f
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue