]> arthur.barton.de Git - netdata.git/commitdiff
added IPMI icon and info to main menu
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Tue, 7 Mar 2017 22:24:17 +0000 (00:24 +0200)
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Tue, 7 Mar 2017 22:24:17 +0000 (00:24 +0200)
web/dashboard_info.js
web/index.html

index 7b8728c30097bd19a6a80f999fa14fab9293ce54..c348da30df1fc9ab80826c4690fad5c442e2471e 100644 (file)
@@ -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>',
index 39794f21f9d59affd191ee7f5a0f5d9201f17eed..8f6dca018e39fdf49398aa26c6b9cca964a30f22 100644 (file)
             });
 
             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; }
             });