From c60ff4a8b7fd02add9ab37199b9bf2d040bb7d95 Mon Sep 17 00:00:00 2001 From: Jessica Wang Date: Mon, 16 Aug 2010 11:27:34 -0700 Subject: [PATCH] a test check-in on 2.1.x branch --- ui/scripts/cloud.core.js | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/scripts/cloud.core.js b/ui/scripts/cloud.core.js index 895492358a7..3d8b960ce19 100644 --- a/ui/scripts/cloud.core.js +++ b/ui/scripts/cloud.core.js @@ -26,6 +26,7 @@ var g_enableLogging = false; var g_timezoneoffset = null; var g_timezone = null; + // capabilities var g_networkType = "vnet"; // vnet, vlan, direct function getNetworkType() { return g_networkType; }