bug 12058: cloudStack 3.0 new UI - system - zone listView - add public field.

This commit is contained in:
Jessica Wang 2011-11-22 18:24:24 -08:00
parent 0f0729d2a0
commit 8672d380a5
1 changed files with 10 additions and 1 deletions

View File

@ -1764,7 +1764,16 @@
fields: {
name: { label: 'Zone' },
networktype: { label: 'Network Type' },
allocationstate: { label: 'Allocation State' }
allocationstate: { label: 'Allocation State' },
domainid: {
label: 'Public',
converter: function(args) {
if(args == null)
return "Yes";
else
return "No";
}
}
},
actions: {
add: {