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(
|
||||
'id' => 'e.id',
|
||||
'endpoint' => 'e.object_name',
|
||||
'zone' => 'z.object_name',
|
||||
'address' => 'e.address',
|
||||
'zone' => 'z.object_name',
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue