Skip to content

Commit

Permalink
update cache hashes for js and css imports (netdata#6756)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacekkolasa authored and jackyhuang85 committed Jan 1, 2020
1 parent ac08d89 commit 61778a2
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion web/gui/console.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
var netdataTheme = "white"
var netdataNoBootstrap = true
</script>
<script type="text/javascript" src="dashboard.js?v20190523"></script>
<script type="text/javascript" src="dashboard.js?v20190902-0"></script>
</body>

</html>
2 changes: 1 addition & 1 deletion web/gui/dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -696,4 +696,4 @@ <h1>d3pie Charts</h1>

<!-- load the dashboard manager - it will do the rest -->
<!-- <script>var netdataTheme = 'slate';</script> -->
<script type="text/javascript" src="dashboard.js?v20180130-1"></script>
<script type="text/javascript" src="dashboard.js?v20190902-0"></script>
4 changes: 2 additions & 2 deletions web/gui/dashboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -1710,7 +1710,7 @@ NETDATA.timeout.init();
NETDATA.themes = {
white: {
bootstrap_css: NETDATA.serverStatic + 'css/bootstrap-3.3.7.css',
dashboard_css: NETDATA.serverStatic + 'dashboard.css?v20180210-1',
dashboard_css: NETDATA.serverStatic + 'dashboard.css?v20190902-0',
background: '#FFFFFF',
foreground: '#000000',
grid: '#F0F0F0',
Expand Down Expand Up @@ -1741,7 +1741,7 @@ NETDATA.themes = {
},
slate: {
bootstrap_css: NETDATA.serverStatic + 'css/bootstrap-slate-flat-3.3.7.css?v20161229-1',
dashboard_css: NETDATA.serverStatic + 'dashboard.slate.css?v20180210-1',
dashboard_css: NETDATA.serverStatic + 'dashboard.slate.css?v20190902-0',
background: '#272b30',
foreground: '#C8C8C8',
grid: '#283236',
Expand Down
2 changes: 1 addition & 1 deletion web/gui/demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<meta property="og:title" content="netdata - real-time performance monitoring, done right!"/>
<meta property="og:description" content="Stunning real-time dashboards, blazingly fast and extremely interactive. Zero configuration, zero dependencies, zero maintenance." />
</head>
<script type="text/javascript" src="dashboard.js?v20170724-1"></script>
<script type="text/javascript" src="dashboard.js?v20190902-0"></script>
<body>

<div style="width: 100%; text-align: center;">
Expand Down
2 changes: 1 addition & 1 deletion web/gui/demo2.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<meta property="og:description" content="Stunning real-time dashboards, blazingly fast and extremely interactive. Zero configuration, zero dependencies, zero maintenance." />
</head>
<script>var netdataTheme = 'slate';</script>
<script type="text/javascript" src="http://my-netdata.io/dashboard.js?v20170724-1"></script>
<script type="text/javascript" src="http://my-netdata.io/dashboard.js?v20190902-0"></script>
<body>

<div class="container" style="width: 90%; padding-top: 10px; text-align: center; color: #AAA">
Expand Down
2 changes: 1 addition & 1 deletion web/gui/demosites.html
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@
and that you have chown it to be owned by netdata:netdata
-->
<!-- <script type="text/javascript" src="http://my.server:19999/dashboard.js"></script> -->
<script type="text/javascript" src="dashboard.js?v20170724-1"></script>
<script type="text/javascript" src="dashboard.js?v20190902-0"></script>

<script>
// --- OPTIONS FOR THE CHARTS --
Expand Down
2 changes: 1 addition & 1 deletion web/gui/demosites2.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
and that you have chown it to be owned by netdata:netdata
-->
<!-- <script type="text/javascript" src="http://my.server:19999/dashboard.js"></script> -->
<script type="text/javascript" src="dashboard.js?v20170724-1"></script>
<script type="text/javascript" src="dashboard.js?v20190902-0"></script>

<script>
// --- OPTIONS FOR THE CHARTS --
Expand Down
2 changes: 1 addition & 1 deletion web/gui/goto-host-from-alarm.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
var netdataTheme = 'slate';
var netdataShowHelp = true;
</script>
<script type="text/javascript" src="dashboard.js?v20170724-7"></script>
<script type="text/javascript" src="dashboard.js?v20190902-0"></script>

<script>
function escapeUserInputHTML(s) {
Expand Down
4 changes: 2 additions & 2 deletions web/gui/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<meta name="twitter:description" content="Unparalleled insights, in real-time, of everything happening on your Linux systems and applications, with stunning, interactive web dashboards and powerful performance and health alarms." />
<meta name="twitter:image" content="https://cloud.githubusercontent.com/assets/2662304/14092712/93b039ea-f551-11e5-822c-beadbf2b2a2e.gif" />

<script src="main.js?v=7"></script>
<script src="main.js?v20190902-0"></script>
</head>

<body data-spy="scroll" data-target="#sidebar" data-offset="100">
Expand Down Expand Up @@ -1317,6 +1317,6 @@ <h4 class="modal-title" id="gotoServerModalLabel"><span id="gotoServerName"></sp
</div>
<iframe id="ssoifrm" width="0" height="0"></iframe>
<div id="hiddenDownloadLinks" style="display: none;" hidden></div>
<script type="text/javascript" src="dashboard.js?v20190621-1"></script>
<script type="text/javascript" src="dashboard.js?v20190902-0"></script>
</body>
</html>
4 changes: 2 additions & 2 deletions web/gui/src/dashboard.js/themes.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
NETDATA.themes = {
white: {
bootstrap_css: NETDATA.serverStatic + 'css/bootstrap-3.3.7.css',
dashboard_css: NETDATA.serverStatic + 'dashboard.css?v20180210-1',
dashboard_css: NETDATA.serverStatic + 'dashboard.css?v20190902-0',
background: '#FFFFFF',
foreground: '#000000',
grid: '#F0F0F0',
Expand Down Expand Up @@ -35,7 +35,7 @@ NETDATA.themes = {
},
slate: {
bootstrap_css: NETDATA.serverStatic + 'css/bootstrap-slate-flat-3.3.7.css?v20161229-1',
dashboard_css: NETDATA.serverStatic + 'dashboard.slate.css?v20180210-1',
dashboard_css: NETDATA.serverStatic + 'dashboard.slate.css?v20190902-0',
background: '#272b30',
foreground: '#C8C8C8',
grid: '#283236',
Expand Down
2 changes: 1 addition & 1 deletion web/gui/tv.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
and that you have chown it to be owned by netdata:netdata
-->
<!-- <script type="text/javascript" src="http://my.server:19999/dashboard.js"></script> -->
<script type="text/javascript" src="dashboard.js?v20170724-7"></script>
<script type="text/javascript" src="dashboard.js?v20190902-0"></script>

<script>
// Set options for TV operation
Expand Down

0 comments on commit 61778a2

Please sign in to comment.