From a07019e3aacaead2f68527cf4e2dd3057941c6b1 Mon Sep 17 00:00:00 2001 From: Gmer4Lfe Date: Fri, 21 Aug 2026 08:11:19 -0400 Subject: [PATCH] Fix the parity card referencing a variable the previous commit removed --- Plugin/unraid/pages/monitor.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Plugin/unraid/pages/monitor.php b/Plugin/unraid/pages/monitor.php index baf1900..7fca5fa 100644 --- a/Plugin/unraid/pages/monitor.php +++ b/Plugin/unraid/pages/monitor.php @@ -1346,7 +1346,8 @@ function vvPollMonitor(live) { ${par.exit_label ?? '—'} Errors ${par.errors ?? 0} - ${numDisabled > 0 ? `Emulating${numDisabled} disk${numDisabled !== 1 ? 's' : ''}` : ''} + ${numEmulated > 0 ? `Emulating${numEmulated} disk${numEmulated !== 1 ? 's' : ''}` : ''} + ${numParityDsbl > 0 ? `Parity disabled${numParityDsbl} disk${numParityDsbl !== 1 ? 's' : ''}` : ''} Next check ${nextDate}