From 67ebf0751028b4ede9d94716c847d34c6b80a8aa Mon Sep 17 00:00:00 2001 From: "Martin M." Date: Fri, 15 Nov 2024 17:34:56 +0100 Subject: [PATCH] Update jsonConfig.json - add xs & xl attributes --- admin/jsonConfig.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/admin/jsonConfig.json b/admin/jsonConfig.json index 96342f9..a682868 100644 --- a/admin/jsonConfig.json +++ b/admin/jsonConfig.json @@ -8,10 +8,12 @@ "items": { "devs": { "type": "table", - "newLine": true, + "newLine": true, + "xs": 12, "sm": 12, "md": 12, "lg": 12, + "xl": 12, "label": "lblDevsDevices", "showSecondAddAt":5, "items": [ @@ -117,5 +119,5 @@ } } } - } -} \ No newline at end of file + } +}