You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by wi...@apache.org on 2012/07/24 23:20:36 UTC

[11/50] [abbrv] git commit: Add tagger JS link

Add tagger JS link


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

Branch: refs/heads/rbd
Commit: 642c667a757e2fe0a817cdb7e6dc9dfb3cbe1f36
Parents: 64605e7
Author: Brian Federle <br...@citrix.com>
Authored: Mon Jul 23 15:18:22 2012 -0700
Committer: Brian Federle <br...@citrix.com>
Committed: Mon Jul 23 15:18:36 2012 -0700

----------------------------------------------------------------------
 ui/index.jsp |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/642c667a/ui/index.jsp
----------------------------------------------------------------------
diff --git a/ui/index.jsp b/ui/index.jsp
index af05f4a..d942bb9 100644
--- a/ui/index.jsp
+++ b/ui/index.jsp
@@ -1614,7 +1614,8 @@
     <script type="text/javascript" src="scripts/ui/widgets/listView.js?t=<%=now%>"></script>
     <script type="text/javascript" src="scripts/ui/widgets/detailView.js?t=<%=now%>"></script>
     <script type="text/javascript" src="scripts/ui/widgets/treeView.js?t=<%=now%>"></script>
-    <script type="text/javascript" src="scripts/ui/widgets/notifications.js?t=<%=now%>"></script> 
+    <script type="text/javascript" src="scripts/ui/widgets/notifications.js?t=<%=now%>"></script>
+    <script type="text/javascript" src="scripts/ui/widgets/tagger.js?t=<%=now%>"></script>
     
     <script type="text/javascript" src="scripts/cloud.core.callbacks.js?t=<%=now%>"></script>
     <script type="text/javascript" src="scripts/sharedFunctions.js?t=<%=now%>"></script>