Endpoint: Fix column order in the table

This commit is contained in:
Alexander Fuhr 2015-06-02 09:47:36 +02:00
parent 1fca8a3014
commit f630917281
1 changed files with 1 additions and 1 deletions

View File

@ -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',
);
}