mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
cloudstack 3.0 UI - infrastructure - zone detail - physical network section - add Isolation method to listView.
This commit is contained in:
parent
8d92440ec2
commit
b8cb55bca1
@ -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) ************************************************************************************************
|
||||
|
||||
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user