You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bf...@apache.org on 2013/02/13 23:59:37 UTC

[29/35] git commit: refs/heads/master - Unload test plugin by default

Unload test plugin by default


Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/313b604f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/313b604f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/313b604f

Branch: refs/heads/master
Commit: 313b604fe1bab00669d50fae4d243e37d7818c57
Parents: b67e49d
Author: Brian Federle <br...@citrix.com>
Authored: Mon Feb 11 11:47:44 2013 -0800
Committer: Brian Federle <br...@citrix.com>
Committed: Mon Feb 11 11:47:44 2013 -0800

----------------------------------------------------------------------
 ui/plugins/plugins.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/313b604f/ui/plugins/plugins.js
----------------------------------------------------------------------
diff --git a/ui/plugins/plugins.js b/ui/plugins/plugins.js
index 50b5e14..e64a191 100644
--- a/ui/plugins/plugins.js
+++ b/ui/plugins/plugins.js
@@ -1,5 +1,5 @@
 (function($, cloudStack) {
   cloudStack.plugins = [
-    'testPlugin'
+    // 'testPlugin'
   ];
 }(jQuery, cloudStack));