Skip to content

Commit

Permalink
feat(config_management): add hosts to new UI
Browse files Browse the repository at this point in the history
  • Loading branch information
jon-nfc committed Nov 20, 2024
1 parent 70ee5ef commit 616cf90
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions app/config_management/models/groups.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,10 @@ def validate_config_keys_not_reserved(self):
"slug": "hosts",
"sections": [
{
"layout": "table",
"field": "hosts",
"layout": "single",
"fields": [
"hosts"
],
}
]
},
Expand Down

0 comments on commit 616cf90

Please sign in to comment.