feat(config_management): add hosts to new UI

ref: #248 #390 nofusscomputing/centurion_erp_ui#29
This commit is contained in:
2024-11-20 21:56:58 +09:30
parent 6fe6c58828
commit f1780cca7a

View File

@ -148,8 +148,10 @@ class ConfigGroups(GroupsCommonFields, SaveHistory):
"slug": "hosts",
"sections": [
{
"layout": "table",
"field": "hosts",
"layout": "single",
"fields": [
"hosts"
],
}
]
},