mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +02:00
Endpoint: Fix column order in the table
This commit is contained in:
parent
1fca8a3014
commit
f630917281
@ -11,8 +11,8 @@ class IcingaEndpointTable extends QuickTable
|
|||||||
return array(
|
return array(
|
||||||
'id' => 'e.id',
|
'id' => 'e.id',
|
||||||
'endpoint' => 'e.object_name',
|
'endpoint' => 'e.object_name',
|
||||||
'zone' => 'z.object_name',
|
|
||||||
'address' => 'e.address',
|
'address' => 'e.address',
|
||||||
|
'zone' => 'z.object_name',
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user