From bc82473f8afb3560c0f161277a817e007d296f51 Mon Sep 17 00:00:00 2001 From: "Zane C. Bowers-Hadley" Date: Sat, 13 Jul 2024 15:21:11 -0500 Subject: [PATCH] add missing graphs for NFS app page (#16197) --- includes/html/pages/apps.inc.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/includes/html/pages/apps.inc.php b/includes/html/pages/apps.inc.php index 1fe4b1f6b1..1d61544101 100644 --- a/includes/html/pages/apps.inc.php +++ b/includes/html/pages/apps.inc.php @@ -554,6 +554,12 @@ $graphs['borgbackup'] = [ 'locked', 'locked_for', ]; +$graphs['nfs'] = [ + 'server_rpc', + 'server_cache', + 'client_rpc', + 'client_cache', +]; echo '
'; echo '
';