feat(config_management): Child History Models added to child model lists for config group hosts and software
ref: #605 #611 #637
This commit is contained in:
@ -84,7 +84,10 @@ class ModelHistory(
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
child_history_models = []
|
child_history_models = [
|
||||||
|
'configgrouphostshistory',
|
||||||
|
'configgroupsoftwarehistory',
|
||||||
|
]
|
||||||
"""Child History Models
|
"""Child History Models
|
||||||
|
|
||||||
This list is currently used for excluding child models from the the history
|
This list is currently used for excluding child models from the the history
|
||||||
|
Reference in New Issue
Block a user