From c25f6adef6617b8c35f0a87fb224ac6f604dfded Mon Sep 17 00:00:00 2001 From: Jessica Wang Date: Tue, 7 Feb 2012 15:58:15 -0800 Subject: [PATCH] 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) --- ui/scripts/system.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/ui/scripts/system.js b/ui/scripts/system.js index 65b73afafd6..096b4244ab9 100644 --- a/ui/scripts/system.js +++ b/ui/scripts/system.js @@ -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