mirror of https://github.com/apache/cloudstack.git
bug 7861: include secondarystorage.js in index.jsp
This commit is contained in:
parent
c0b520c596
commit
cdc1b6db23
|
|
@ -50,6 +50,7 @@
|
|||
<script type="text/javascript" src="scripts/cloud.core.globalsetting.js?t=<%=now%>"></script>
|
||||
<script type="text/javascript" src="scripts/cloud.core.resource.js?t=<%=now%>"></script>
|
||||
<script type="text/javascript" src="scripts/cloud.core.zone.js?t=<%=now%>"></script>
|
||||
<script type="text/javascript" src="scripts/cloud.core.secondarystorage.js?t=<%=now%>"></script>
|
||||
<script type="text/javascript" src="scripts/cloud.core.network.js?t=<%=now%>"></script>
|
||||
<script type="text/javascript" src="scripts/cloud.core.pod.js?t=<%=now%>"></script>
|
||||
<script type="text/javascript" src="scripts/cloud.core.cluster.js?t=<%=now%>"></script>
|
||||
|
|
|
|||
Loading…
Reference in New Issue