mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
Livestatus\StatusQuery: should know about it's table
This commit is contained in:
parent
6bf0ca216a
commit
6d362b0606
@ -31,6 +31,8 @@ class StatusQuery extends Query
|
||||
$this->mode = $mode;
|
||||
}
|
||||
|
||||
protected $table = 'services';
|
||||
|
||||
protected $available_columns = array(
|
||||
'host_name',
|
||||
'host_display_name',
|
||||
|
Loading…
x
Reference in New Issue
Block a user