summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorDavid Muckle <dvdmuckle@dvdmuckle.xyz>2022-02-16 04:54:39 -0500
committerGitHub <noreply@github.com>2022-02-16 12:54:39 +0300
commitc1d56857730a9f94a3f9b05a303d61efb9385757 (patch)
tree568d8a03068533a67508ae05c4ed5018fd8d2bd4 /web
parentf8e561442864ab37b470cea84b7a23c1c22fbaa7 (diff)
Fix typo in ZFS ARC Cache size info (#12138)
Diffstat (limited to 'web')
-rw-r--r--web/gui/dashboard_info.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/gui/dashboard_info.js b/web/gui/dashboard_info.js
index 524a5725ed..5079a7bc77 100644
--- a/web/gui/dashboard_info.js
+++ b/web/gui/dashboard_info.js
@@ -3130,7 +3130,7 @@ netdataDashboard.context = {
'<p><b>Arcsz</b> - actual size. '+
'<b>Target</b> - target size that the ARC is attempting to maintain (adaptive). '+
'<b>Min</b> - minimum size limit. When the ARC is asked to shrink, it will stop shrinking at this value. '+
- '<b>Min</b> - maximum size limit.</p>'
+ '<b>Max</b> - maximum size limit.</p>'
},
'zfs.l2_size': {