mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-26 23:24:09 +02:00
Dependency: Don't allow to change redundancy_group
at runtime
Otherwise, it would require too much code changes to properly handle redundancy group runtime modification in Icinga DB for no real benefit.
This commit is contained in:
parent
6321606671
commit
c64ae1af0f
@ -77,7 +77,7 @@ class Dependency : CustomVarObject < DependencyNameComposer
|
|||||||
}}}
|
}}}
|
||||||
};
|
};
|
||||||
|
|
||||||
[config] String redundancy_group;
|
[config, no_user_modify] String redundancy_group;
|
||||||
|
|
||||||
[config, navigation] name(TimePeriod) period (PeriodRaw) {
|
[config, navigation] name(TimePeriod) period (PeriodRaw) {
|
||||||
navigate {{{
|
navigate {{{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user