mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
cloudStack 3.0 new UI - NaaS - NetScaler - add matching fields to listView.
This commit is contained in:
parent
6e240ef6db
commit
8729f75cb1
@ -892,10 +892,9 @@
|
||||
// NetScaler list view
|
||||
netscaler: {
|
||||
label: 'NetScaler',
|
||||
fields: {
|
||||
name: { label: 'Name' },
|
||||
fields: {
|
||||
ipaddress: { label: 'IP Address' },
|
||||
state: { label: 'Status' }
|
||||
lbdevicestate: { label: 'Status' }
|
||||
},
|
||||
actions: {
|
||||
add: {
|
||||
@ -6395,7 +6394,7 @@
|
||||
else {
|
||||
url.push("&");
|
||||
}
|
||||
url.push("capacity=" + capacity);
|
||||
url.push("fwdevicecapacity=" + capacity);
|
||||
}
|
||||
|
||||
var dedicated = (args.data.dedicated == "on"); //boolean (true/false)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user