summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoakim Hellsén <tlovinator@gmail.com>2019-07-15 10:51:41 +0000
committerChris Akritidis <43294513+cakrit@users.noreply.github.com>2019-07-15 12:51:41 +0200
commitd768b1292d11bc27c34c50665d234d0e5c848a76 (patch)
tree9677c6065079f59b3817fc85622a44ddbf49c28a
parent7478c205e284c6b76b01eccda064da3f70d39fbf (diff)
Fix broken links in dashboard_info.js (#6461)
Exernal links to arcstat.py and arc_summary.py were broken because ZFS on Linux renamed the python scripts.
-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 0013311e83..df92426460 100644
--- a/web/gui/dashboard_info.js
+++ b/web/gui/dashboard_info.js
@@ -154,7 +154,7 @@ netdataDashboard.menu = {
'zfs': {
title: 'ZFS filesystem',
icon: '<i class="fas fa-folder-open"></i>',
- info: 'Performance metrics of the ZFS filesystem. The following charts visualize all metrics reported by <a href="https://github.com/zfsonlinux/zfs/blob/master/cmd/arcstat/arcstat.py" target="_blank">arcstat.py</a> and <a href="https://github.com/zfsonlinux/zfs/blob/master/cmd/arc_summary/arc_summary.py" target="_blank">arc_summary.py</a>.'
+ info: 'Performance metrics of the ZFS filesystem. The following charts visualize all metrics reported by <a href="https://github.com/zfsonlinux/zfs/blob/master/cmd/arcstat/arcstat" target="_blank">arcstat.py</a> and <a href="https://github.com/zfsonlinux/zfs/blob/master/cmd/arc_summary/arc_summary3" target="_blank">arc_summary.py</a>.'
},
'btrfs': {