mirror of https://github.com/apache/cloudstack.git
zone detail page - add domain name.
This commit is contained in:
parent
925774ef5b
commit
0d80dcd5b2
|
|
@ -3140,7 +3140,8 @@
|
|||
dns2: { label: 'DNS 2', isEditable: true },
|
||||
internaldns1: { label: 'Internal DNS 1', isEditable: true },
|
||||
internaldns2: { label: 'Internal DNS 2', isEditable: true },
|
||||
networktype: { label: 'Network Type' },
|
||||
domainname: { label: 'Domain' },
|
||||
networktype: { label: 'Network Type' },
|
||||
securitygroupsenabled: {
|
||||
label: 'Security Groups Enabled',
|
||||
converter:cloudStack.converters.toBooleanText
|
||||
|
|
|
|||
Loading…
Reference in New Issue