summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2017-03-08 00:24:17 +0200
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2017-03-08 00:24:17 +0200
commit4d8bb6f1af921722ffdf29342ffa3a386bca15c5 (patch)
treee4e5da82788fedad64b3ca3bdf8fe4f8277136d0 /web
parent388457d7eea6a76fcb3f624df11f199fa4a343b9 (diff)
added IPMI icon and info to main menu
Diffstat (limited to 'web')
-rw-r--r--web/dashboard_info.js6
-rw-r--r--web/index.html2
2 files changed, 7 insertions, 1 deletions
diff --git a/web/dashboard_info.js b/web/dashboard_info.js
index 7b8728c300..c348da30df 100644
--- a/web/dashboard_info.js
+++ b/web/dashboard_info.js
@@ -85,6 +85,12 @@ netdataDashboard.menu = {
info: 'Readings of the configured system sensors.'
},
+ 'ipmi': {
+ title: 'IPMI',
+ icon: '<i class="fa fa-leaf" aria-hidden="true"></i>',
+ info: 'The Intelligent Platform Management Interface (IPMI) is a set of computer interface specifications for an autonomous computer subsystem that provides management and monitoring capabilities independently of the host system\'s CPU, firmware (BIOS or UEFI) and operating system.'
+ },
+
'nfsd': {
title: 'NFS Server',
icon: '<i class="fa fa-folder-open" aria-hidden="true"></i>',
diff --git a/web/index.html b/web/index.html
index 39794f21f9..8f6dca018e 100644
--- a/web/index.html
+++ b/web/index.html
@@ -2873,7 +2873,7 @@
});
NETDATA.requiredJs.push({
- url: NETDATA.serverDefault + 'dashboard_info.js?v20170213-2',
+ url: NETDATA.serverDefault + 'dashboard_info.js?v20170308-1',
async: false,
isAlreadyLoaded: function() { return false; }
});