From 4d8bb6f1af921722ffdf29342ffa3a386bca15c5 Mon Sep 17 00:00:00 2001 From: "Costa Tsaousis (ktsaou)" Date: Wed, 8 Mar 2017 00:24:17 +0200 Subject: added IPMI icon and info to main menu --- web/dashboard_info.js | 6 ++++++ web/index.html | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'web') 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: '', + 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: '', 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; } }); -- cgit v1.2.3