From b1ac334148b01a6d7f283698a1a4d9b9889bb9aa Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Wed, 24 Sep 2025 14:47:06 -0600 Subject: [PATCH] Update system_dashboard_service.php --- app/system/resources/classes/system_dashboard_service.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/system/resources/classes/system_dashboard_service.php b/app/system/resources/classes/system_dashboard_service.php index 72c293f7e8..e4e2da55d3 100644 --- a/app/system/resources/classes/system_dashboard_service.php +++ b/app/system/resources/classes/system_dashboard_service.php @@ -60,7 +60,7 @@ class system_dashboard_service extends base_websocket_system_service { $this->network_status_refresh_interval = $this->settings->get('dashboard', 'network_status_refresh_interval', 3); // get the network card to watch - $this->network_interface = $this->settings->get('dashboard', 'network_interface', 'eno1'); + $this->network_interface = $this->settings->get('system', 'network_interface', 'eno1'); } /**