mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-09-25 18:59:05 +02:00
Endpoint: adjust table columns^:x
This commit is contained in:
parent
7e84b564f6
commit
87f1015262
@ -25,7 +25,7 @@ class IcingaEndpointTable extends QuickTable
|
|||||||
{
|
{
|
||||||
$view = $this->view();
|
$view = $this->view();
|
||||||
return array(
|
return array(
|
||||||
'host' => $view->translate('Endpoint'),
|
'endpoint' => $view->translate('Endpoint'),
|
||||||
'address' => $view->translate('Address'),
|
'address' => $view->translate('Address'),
|
||||||
'zone' => $view->translate('Zone'),
|
'zone' => $view->translate('Zone'),
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user