mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-09-26 11:19:16 +02:00
Db: Add enumCommandTemplates
Needed by Sync
This commit is contained in:
parent
5048c63e64
commit
b2b2140dcf
@ -577,6 +577,11 @@ class Db extends DbConnection
|
|||||||
return $this->enumIcingaObjects('command');
|
return $this->enumIcingaObjects('command');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function enumCommandTemplates()
|
||||||
|
{
|
||||||
|
return $this->enumIcingaTemplates('command');
|
||||||
|
}
|
||||||
|
|
||||||
public function enumTimeperiods()
|
public function enumTimeperiods()
|
||||||
{
|
{
|
||||||
return $this->enumIcingaObjects('timeperiod');
|
return $this->enumIcingaObjects('timeperiod');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user