cloudstack 3.0 UI - infrastructure - zone detail - physical network section - add Isolation method to listView.

This commit is contained in:
Jessica Wang 2012-04-26 16:52:09 -07:00
parent 8d92440ec2
commit b8cb55bca1
3 changed files with 5 additions and 3 deletions

View File

@ -1,6 +1,7 @@
#new labels (begin) **********************************************************************************************
label.action.register.template=Register template
label.action.register.iso=Register ISO
label.isolation.method=Isolation method
#new labels (end) ************************************************************************************************

View File

@ -2930,6 +2930,7 @@ dictionary = {
'label.system.offering': '<fmt:message key="label.system.offering" />',
'message.validate.instance.name': '<fmt:message key="message.validate.instance.name" />',
'label.action.register.template': '<fmt:message key="label.action.register.template" />',
'label.action.register.iso': '<fmt:message key="label.action.register.iso" />'
'label.action.register.iso': '<fmt:message key="label.action.register.iso" />',
'label.isolation.method': '<fmt:message key="label.isolation.method" />'
};
</script>

View File

@ -1719,8 +1719,8 @@
return str;
},
label: 'label.state', indicator: { 'Enabled': 'on', 'Disabled': 'off' }
},
vlan: { label: 'label.vlan.range' }
},
isolationmethods: { label: 'label.isolation.method' }
},
actions: {