mirror of https://github.com/apache/cloudstack.git
Fix path for plugins.js
This commit is contained in:
parent
eae7d43c2c
commit
bd9bedac8a
|
|
@ -1673,6 +1673,7 @@ under the License.
|
|||
<script type="text/javascript" src="scripts/system.js?t=<%=now%>"></script>
|
||||
<script type="text/javascript" src="scripts/domains.js?t=<%=now%>"></script>
|
||||
<script type="text/javascript" src="scripts/docs.js?t=<%=now%>"></script>
|
||||
<script type="text/javascript" src="scripts/plugins.js?t=<%=now%>"></script>
|
||||
</body>
|
||||
</html>
|
||||
<jsp:include page="dictionary.jsp" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue