mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-24 06:14:25 +02:00
Some TODO
This commit is contained in:
parent
4b62297b3e
commit
cc4cf42d0e
@ -334,6 +334,8 @@ class StatusQuery extends AbstractQuery
|
||||
return $this;
|
||||
}
|
||||
|
||||
// TODO: This will be obsolete once status is based on the new hoststatus, offering much more
|
||||
// columns in a more efficient way
|
||||
protected function joinServiceproblemsummary()
|
||||
{
|
||||
$this->baseQuery->joinleft(
|
||||
@ -349,6 +351,7 @@ class StatusQuery extends AbstractQuery
|
||||
);
|
||||
}
|
||||
|
||||
// TODO: Terribly slow. As I have no idea of how to fix this we should remove it.
|
||||
protected function joinLasthostcomment()
|
||||
{
|
||||
$this->baseQuery->joinleft(
|
||||
@ -361,6 +364,7 @@ class StatusQuery extends AbstractQuery
|
||||
);
|
||||
}
|
||||
|
||||
// TODO: Terribly slow. As I have no idea of how to fix this we should remove it.
|
||||
protected function joinLastservicecomment()
|
||||
{
|
||||
$this->baseQuery->joinleft(
|
||||
|
Loading…
x
Reference in New Issue
Block a user