cloudStack 3.0 new UI - NaaS - NetScaler - add matching fields to listView.

This commit is contained in:
Jessica Wang 2011-11-21 17:53:02 -08:00
parent 6e240ef6db
commit 8729f75cb1

View File

@ -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)