mirror of
https://github.com/Icinga/icinga2.git
synced 2026-05-28 04:12:13 -04:00
ConfigObject: Introduce new icingadb_identifier attr
This commit is contained in:
parent
14e4f6b921
commit
07e60c1961
1 changed files with 1 additions and 0 deletions
|
|
@ -88,6 +88,7 @@ abstract class ConfigObject : ConfigObjectBase < ConfigType
|
|||
[state, no_user_modify] double version {
|
||||
default {{{ return 0; }}}
|
||||
};
|
||||
[no_user_view, no_user_modify] String icingadb_identifier;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue