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
@ -9,10 +9,10 @@ class IcingaEndpointTable extends QuickTable
|
|||||||
public function getColumns()
|
public function getColumns()
|
||||||
{
|
{
|
||||||
return array(
|
return array(
|
||||||
'id' => 'e.id',
|
'id' => 'e.id',
|
||||||
'endpoint' => 'e.object_name',
|
'endpoint' => 'e.object_name',
|
||||||
'address' => 'e.address',
|
'address' => 'e.address',
|
||||||
'zone' => 'z.object_name',
|
'zone' => 'z.object_name',
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -25,9 +25,9 @@ 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