Remove zone filter drop-down
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/3eeca55c Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/3eeca55c Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/3eeca55c Branch: refs/heads/object_store Commit: 3eeca55c76451024db4093cbf6d29c94f6a809aa Parents: 8b4d853 Author: Brian Federle <[email protected]> Authored: Fri Jun 14 12:26:00 2013 -0700 Committer: Brian Federle <[email protected]> Committed: Fri Jun 14 12:26:00 2013 -0700 ---------------------------------------------------------------------- ui/index.jsp | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/3eeca55c/ui/index.jsp ---------------------------------------------------------------------- diff --git a/ui/index.jsp b/ui/index.jsp index 2992afb..34f0c54 100644 --- a/ui/index.jsp +++ b/ui/index.jsp @@ -1698,7 +1698,6 @@ under the License. <script type="text/javascript" src="scripts/docs.js?t=<%=now%>"></script> <script type="text/javascript" src="scripts/vm_snapshots.js?t=<%=now%>"></script> <script type="text/javascript" src="scripts/ui-custom/projectSelect.js?t=<%=now%>"></script> - <script type="text/javascript" src="scripts/ui-custom/zoneFilter.js?t=<%=now%>"></script> <!-- Plugin/module API --> <script type="text/javascript" src="scripts/ui-custom/pluginListing.js?t=<%=now%>"></script>
