mirror of https://github.com/apache/cloudstack.git
cloudstack 3.0 new UI - zone detail page - remove 'Security Groups Enabled' field which is no longer in use (will be removed from API soon)
This commit is contained in:
parent
0eb583df1a
commit
c25f6adef6
|
|
@ -3309,11 +3309,7 @@
|
|||
internaldns1: { label: 'Internal DNS 1', isEditable: true },
|
||||
internaldns2: { label: 'Internal DNS 2', isEditable: true },
|
||||
domainname: { label: 'Domain' },
|
||||
networktype: { label: 'Network Type' },
|
||||
securitygroupsenabled: {
|
||||
label: 'Security Groups Enabled',
|
||||
converter:cloudStack.converters.toBooleanText
|
||||
},
|
||||
networktype: { label: 'Network Type' },
|
||||
domain: {
|
||||
label: 'Network domain',
|
||||
isEditable: true
|
||||
|
|
|
|||
Loading…
Reference in New Issue