mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
Livestatus\Query: use calculated column headers
This commit is contained in:
parent
d368df8211
commit
195375f055
@ -170,6 +170,10 @@ class Query extends SimpleQuery
|
||||
|
||||
public function getColumnAliases()
|
||||
{
|
||||
$this->columnsToString();
|
||||
return $this->preparedHeaders;
|
||||
|
||||
// TODO: Remove once no longer needed:
|
||||
$aliases = array();
|
||||
$hasCustom = false;
|
||||
foreach ($this->getColumns() as $key => $val) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user