summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIlya Mashchenko <ilya@netdata.cloud>2019-06-03 15:46:02 +0300
committerGitHub <noreply@github.com>2019-06-03 15:46:02 +0300
commit526f46e987e159caf3e8df84223d67951693d88f (patch)
tree7500786279c745fe73deeebbc2ca9f86393ac09d
parent0acb7eea20d28d818d77ec46880259d68cf8457a (diff)
usw `fa-server` icon for wmi collector (#6197)
-rw-r--r--web/gui/dashboard_info.js6
-rw-r--r--web/gui/index.html2
2 files changed, 7 insertions, 1 deletions
diff --git a/web/gui/dashboard_info.js b/web/gui/dashboard_info.js
index 6c85d76a11..552af2efea 100644
--- a/web/gui/dashboard_info.js
+++ b/web/gui/dashboard_info.js
@@ -461,6 +461,12 @@ netdataDashboard.menu = {
title: '',
icon: '<i class="fas fa-th-large"></i>',
info: 'Xen domain resource utilization metrics. Netdata reads this information using <b>xenstat</b> library which gives access to the resource usage information (CPU, memory, disk I/O, network) for a virtual machine.'
+ },
+
+ 'wmi': {
+ title: 'wmi',
+ icon: '<i class="fas fa-server"></i>',
+ info: undefined
}
};
diff --git a/web/gui/index.html b/web/gui/index.html
index 1bcdf6ac02..b42ad00b44 100644
--- a/web/gui/index.html
+++ b/web/gui/index.html
@@ -1371,6 +1371,6 @@
</div>
<iframe id="ssoifrm" width="0" height="0"></iframe>
<div id="hiddenDownloadLinks" style="display: none;" hidden></div>
- <script type="text/javascript" src="dashboard.js?v20190130-1"></script>
+ <script type="text/javascript" src="dashboard.js?v20190306-1"></script>
</body>
</html>