From 8fe898e82058aa3de89f584f3718cbeaac4e4daf Mon Sep 17 00:00:00 2001 From: Jessica Wang Date: Tue, 22 Nov 2011 13:23:51 -0800 Subject: [PATCH] cloudStack 3.0 new UI - NaaS - zone chart - show only 1 network (for now) --- ui/scripts/system.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ui/scripts/system.js b/ui/scripts/system.js index 7a0eebd4c61..41668b7abe0 100644 --- a/ui/scripts/system.js +++ b/ui/scripts/system.js @@ -764,9 +764,9 @@ setTimeout(function() { args.response.success({ data: [ - { id: 1, name: 'Network A' }, - { id: 2, name: 'Network B' }, - { id: 3, name: 'Network C' } + { id: 1, name: 'Network 1' }//, + //{ id: 2, name: 'Network 2' }, + //{ id: 3, name: 'Network 3' } ] }); }, 500); @@ -775,7 +775,7 @@ networkProviders: { // Returns state of each network provider type - statusCheck: function(args) { + statusCheck: function(args) { naasStatusMap = { virtualRouter: 'not-configured', netscaler: 'not-configured',