add docker dashboard info (#13547)
Ilya Mashchenko committed
Aug 22, 2022 at 13:05 UTC
243d7f9bbe81e5463ea65f15cc6288b792c54ab8
1 file changed
+6
web/gui/dashboard_info.js
+6
@@ -291,6 +291,12 @@ netdataDashboard.menu = {
291
info: 'QEMU virtual machine resource utilization metrics. QEMU (short for Quick Emulator) is a free and open-source hosted hypervisor that performs hardware virtualization.'
292
},
293
294
+ 'docker': {
295
+ title: 'Docker',
296
+ icon: '<i class="fas fa-cube"></i>',
297
+ info: 'Docker containers state and disk usage.'
298
+ },
299
+
300
'fping': {
301
title: 'fping',
302
icon: '<i class="fas fa-exchange-alt"></i>',