From f1780cca7a60f428fe31290b2ee13537dc784a48 Mon Sep 17 00:00:00 2001 From: Jon Date: Wed, 20 Nov 2024 21:56:58 +0930 Subject: [PATCH] feat(config_management): add hosts to new UI ref: #248 #390 nofusscomputing/centurion_erp_ui#29 --- app/config_management/models/groups.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app/config_management/models/groups.py b/app/config_management/models/groups.py index 1b8bcd28..e5aee65b 100644 --- a/app/config_management/models/groups.py +++ b/app/config_management/models/groups.py @@ -148,8 +148,10 @@ class ConfigGroups(GroupsCommonFields, SaveHistory): "slug": "hosts", "sections": [ { - "layout": "table", - "field": "hosts", + "layout": "single", + "fields": [ + "hosts" + ], } ] },