mirror of https://github.com/apache/cloudstack.git
metrics: reorder js inclusions to resolve dependency conflicts
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
54df2db295
commit
6b37f8598d
|
|
@ -1764,7 +1764,6 @@
|
|||
<script type="text/javascript" src="scripts/ui-custom/zoneChart.js?t=<%=now%>"></script>
|
||||
<script type="text/javascript" src="scripts/ui-custom/dashboard.js?t=<%=now%>"></script>
|
||||
<script type="text/javascript" src="scripts/ui-custom/metricsView.js?t=<%=now%>"></script>
|
||||
<script type="text/javascript" src="scripts/metrics.js?t=<%=now%>"></script>
|
||||
<script type="text/javascript" src="scripts/installWizard.js?t=<%=now%>"></script>
|
||||
<script type="text/javascript" src="scripts/ui-custom/installWizard.js?t=<%=now%>"></script>
|
||||
<script type="text/javascript" src="scripts/projects.js?t=<%=now%>"></script>
|
||||
|
|
@ -1801,6 +1800,7 @@
|
|||
<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/saml.js?t=<%=now%>"></script>
|
||||
<script type="text/javascript" src="scripts/metrics.js?t=<%=now%>"></script>
|
||||
|
||||
<!-- Plugin/module API -->
|
||||
<script type="text/javascript" src="scripts/ui-custom/pluginListing.js?t=<%=now%>"></script>
|
||||
|
|
|
|||
Loading…
Reference in New Issue