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) {