mirror of https://github.com/Icinga/icinga2.git
ConfigObject: Introduce new `icingadb_identifier` attr
This commit is contained in:
parent
14e4f6b921
commit
07e60c1961
|
@ -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 New Issue