Fix typo in ZFS ARC Cache size info (#12138)
David Muckle committed
Feb 16, 2022 at 04:54 UTC
c1d56857730a9f94a3f9b05a303d61efb9385757
1 file changed
+1
-1
web/gui/dashboard_info.js
+1
-1
@@ -3130,7 +3130,7 @@ netdataDashboard.context = {
3130
'<p><b>Arcsz</b> - actual size. '+
3131
'<b>Target</b> - target size that the ARC is attempting to maintain (adaptive). '+
3132
'<b>Min</b> - minimum size limit. When the ARC is asked to shrink, it will stop shrinking at this value. '+
3133
- '<b>Min</b> - maximum size limit.</p>'
3133
+ '<b>Max</b> - maximum size limit.</p>'
3134
},
3135
3136
'zfs.l2_size': {