Skip to content

Commit

Permalink
added screen sizes to testAlive
Browse files Browse the repository at this point in the history
  • Loading branch information
Grizzelbee committed Nov 13, 2024
1 parent c793bf7 commit 49dc94a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion admin/jsonConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@
"type": "alive",
"label": "",
"textAlive": "",
"textNotAlive": "Lbl_UpAndRunning"
"textNotAlive": "Lbl_UpAndRunning",
"xs": 12,
"sm": 12,
"md": 6,
"lg": 4,
"xl": 4
},
"_basicSection": {
"newLine": true,
Expand Down

0 comments on commit 49dc94a

Please sign in to comment.