diff --git a/src/www/widgets/api/plugins/gateway.inc b/src/www/widgets/api/plugins/gateway.inc index d53b480b2..2ce5f4adf 100644 --- a/src/www/widgets/api/plugins/gateway.inc +++ b/src/www/widgets/api/plugins/gateway.inc @@ -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'] = '~';