mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +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()
|
||||
{
|
||||
return array(
|
||||
'id' => 'e.id',
|
||||
'endpoint' => 'e.object_name',
|
||||
'address' => 'e.address',
|
||||
'zone' => 'z.object_name',
|
||||
'id' => 'e.id',
|
||||
'endpoint' => 'e.object_name',
|
||||
'address' => 'e.address',
|
||||
'zone' => 'z.object_name',
|
||||
);
|
||||
}
|
||||
|
||||
@ -25,9 +25,9 @@ class IcingaEndpointTable extends QuickTable
|
||||
{
|
||||
$view = $this->view();
|
||||
return array(
|
||||
'host' => $view->translate('Endpoint'),
|
||||
'address' => $view->translate('Address'),
|
||||
'zone' => $view->translate('Zone'),
|
||||
'endpoint' => $view->translate('Endpoint'),
|
||||
'address' => $view->translate('Address'),
|
||||
'zone' => $view->translate('Zone'),
|
||||
);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user