From d09cb928a32d3c46c16ee412964fb2626b0dd50a Mon Sep 17 00:00:00 2001 From: Stephan de Wit Date: Fri, 17 Jan 2025 15:49:51 +0100 Subject: [PATCH] system: remove status delay With the introduction of the banners, the delay has become a bit of a nuisance due to shifting elements --- src/opnsense/mvc/app/views/layouts/default.volt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/opnsense/mvc/app/views/layouts/default.volt b/src/opnsense/mvc/app/views/layouts/default.volt index e36d75a78..afda77a79 100644 --- a/src/opnsense/mvc/app/views/layouts/default.volt +++ b/src/opnsense/mvc/app/views/layouts/default.volt @@ -96,10 +96,7 @@ initFormAdvancedUI(); addMultiSelectClearUI(); - // artificial delay for UX reasons - setTimeout(function () { - updateSystemStatus(); - }, 500); + updateSystemStatus(); // Register collapsible table headers $('.table').on('click', 'thead', function(event) {