cloudStack 3.0 new UI - NaaS - zone chart - show only 1 network (for now)

This commit is contained in:
Jessica Wang 2011-11-22 13:23:51 -08:00
parent a8ffd0ea06
commit 8fe898e820
1 changed files with 4 additions and 4 deletions

View File

@ -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',