fix apps plugin users charts descriptipon (#13621)
Ilya Mashchenko committed
Sep 4, 2022 at 01:58 UTC
15602f43d1aef1b020b21a9256cfcc177a4258de
1 file changed
+2
-2
web/gui/dashboard_info.js
+2
-2
@@ -2687,7 +2687,7 @@ netdataDashboard.context = {
2687
info: 'Real memory (RAM) used per user group. This does not include shared memory.'
2688
},
2689
'users.mem': {
2690
- info: 'Real memory (RAM) used per user group. This does not include shared memory.'
2690
+ info: 'Real memory (RAM) used per user. This does not include shared memory.'
2691
},
2692
2693
'apps.vmem': {
@@ -2698,7 +2698,7 @@ netdataDashboard.context = {
2698
info: 'Virtual memory allocated per user group since the Netdata restart. Please check <a href="https://github.com/netdata/netdata/tree/master/daemon#virtual-memory" target="_blank">this article</a> for more information.'
2699
},
2700
'users.vmem': {
2701
- info: 'Virtual memory allocated per user group since the Netdata restart. Please check <a href="https://github.com/netdata/netdata/tree/master/daemon#virtual-memory" target="_blank">this article</a> for more information.'
2701
+ info: 'Virtual memory allocated per user since the Netdata restart. Please check <a href="https://github.com/netdata/netdata/tree/master/daemon#virtual-memory" target="_blank">this article</a> for more information.'
2702
},
2703
2704
'apps.minor_faults': {