From 57d21051bd8828b8581d2ecf8937b9b84dc94de6 Mon Sep 17 00:00:00 2001 From: Brian Federle Date: Mon, 13 May 2013 11:16:15 -0700 Subject: [PATCH] Fix typo --- ui/modules/modules.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/modules/modules.js b/ui/modules/modules.js index 32c135e3504..1e4cd45c833 100644 --- a/ui/modules/modules.js +++ b/ui/modules/modules.js @@ -16,7 +16,7 @@ // under the License. (function($, cloudStack) { cloudStack.modules = [ - 'vpc' + 'vpc', 'infrastructure', 'vnmcNetworkProvider', 'vnmcAsa1000v'