mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-17 18:14:42 +00:00
gateway status widget, align status and color to system_gateways.php, for https://github.com/opnsense/core/issues/3408
This commit is contained in:
parent
58a2efd4f9
commit
af2b31bd7a
@ -62,8 +62,8 @@ function gateway_api()
|
||||
break;
|
||||
}
|
||||
} else {
|
||||
$gatewayItem['status'] = '~';
|
||||
$gatewayItem['status_translated'] = gettext('Unknown');
|
||||
$gatewayItem['status'] = 'none';
|
||||
$gatewayItem['status_translated'] = gettext('Online');
|
||||
$gatewayItem['loss'] = '~';
|
||||
$gatewayItem['stddev'] = '~';
|
||||
$gatewayItem['delay'] = '~';
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user