diff --git a/ui/scripts/system.js b/ui/scripts/system.js index 3afb3e07ee9..2cd5d84549a 100644 --- a/ui/scripts/system.js +++ b/ui/scripts/system.js @@ -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: {