From 4ebabe7dc0ffd9ae11c9eef2ea28ba255cc69b7c Mon Sep 17 00:00:00 2001 From: SimonFair <39065407+SimonFair@users.noreply.github.com> Date: Wed, 1 Apr 2026 17:14:21 +0100 Subject: [PATCH] Fix browse icon --- emhttp/plugins/dynamix/nchan/device_list | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/emhttp/plugins/dynamix/nchan/device_list b/emhttp/plugins/dynamix/nchan/device_list index 533eb9ea5..13b31c9cd 100755 --- a/emhttp/plugins/dynamix/nchan/device_list +++ b/emhttp/plugins/dynamix/nchan/device_list @@ -1114,7 +1114,7 @@ while (true) { true, $bootPoolName, $bootSummaryName, - false, + true, 'pool_boot_'.$pool ); if ($bootRow !== '') $echo[$a][] = $bootRow; @@ -1133,7 +1133,7 @@ while (true) { true, '', $dataSummaryName, - false + true ); if ($dataRow !== '') $echo[$a][] = $dataRow; }