Update system_dashboard_service.php

This commit is contained in:
FusionPBX
2025-09-24 14:47:06 -06:00
committed by GitHub
parent c28a065b72
commit b1ac334148

View File

@@ -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');
}
/**