mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-29 08:44:11 +02:00
IcingaNotification: fix interval column name
This commit is contained in:
parent
d3b9d2e9fe
commit
af5d5d231a
@ -18,7 +18,7 @@ class IcingaNotification extends IcingaObject
|
|||||||
'times_begin' => null,
|
'times_begin' => null,
|
||||||
'times_end' => null,
|
'times_end' => null,
|
||||||
'command' => null,
|
'command' => null,
|
||||||
'interval' => null,
|
'notification_interval' => null,
|
||||||
'period_id' => null,
|
'period_id' => null,
|
||||||
'zone_id' => null,
|
'zone_id' => null,
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user