mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-20 10:50:08 +03:00
feature #4101: Add query param to avoid cache issues
(cherry picked from commit d236d5509fe214a8eaad536b07339b1fcfc43711)
This commit is contained in:
parent
e0c7f58c9a
commit
892c8a7455
@ -90,7 +90,7 @@
|
||||
<% if $conf[:env] == 'dev' %>
|
||||
<script src="bower_components/requirejs/require.js" data-main="app/main"></script>
|
||||
<% else %>
|
||||
<script src="dist/main.js"></script>
|
||||
<script src="dist/main.js?v=<%= OpenNebula::VERSION %>"></script>
|
||||
<% end %>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -30,7 +30,7 @@
|
||||
|
||||
<title><%= params['title']%></title>
|
||||
<link rel="stylesheet" type="text/css" href="css/spice-custom.css" />
|
||||
<script src="dist/console/spice.js"></script>
|
||||
<script src="dist/console/spice.js?v=<%= OpenNebula::VERSION %>"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
@ -34,7 +34,7 @@
|
||||
-->
|
||||
<!-- Stylesheets -->
|
||||
<link rel="stylesheet" type="text/css" href="css/novnc-custom.css" title="plain">
|
||||
<script src="dist/console/vnc.js"></script>
|
||||
<script src="dist/console/vnc.js?v=<%= OpenNebula::VERSION %>"></script>
|
||||
</head>
|
||||
|
||||
<body style="margin: 0px;">
|
||||
|
Loading…
x
Reference in New Issue
Block a user