From 84225219751bfbd4655cf89271b041477b842373 Mon Sep 17 00:00:00 2001 From: proddy Date: Thu, 20 Nov 2025 14:25:25 +0100 Subject: [PATCH] formatting of error message box to align buttons --- interface/src/app/main/Customizations.tsx | 3 ++- interface/src/app/main/Dashboard.tsx | 2 +- interface/src/app/settings/ApplicationSettings.tsx | 3 ++- interface/src/app/settings/network/NetworkSettings.tsx | 3 ++- interface/src/app/settings/network/WiFiNetworkSelector.tsx | 2 +- interface/src/app/status/SystemMonitor.tsx | 4 ++-- interface/src/components/loading/FormLoader.tsx | 2 +- 7 files changed, 11 insertions(+), 8 deletions(-) diff --git a/interface/src/app/main/Customizations.tsx b/interface/src/app/main/Customizations.tsx index bc1743b5f..b5ea9823c 100644 --- a/interface/src/app/main/Customizations.tsx +++ b/interface/src/app/main/Customizations.tsx @@ -726,8 +726,9 @@ const Customizations = () => { {devices && renderDeviceList()} {selectedDevice !== -1 && !rename && renderDeviceData()} {restartNeeded ? ( - +