Skip to content

Commit

Permalink
Update jsonConfig.json - add xs & xl attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm1957 authored Nov 15, 2024
1 parent 3552a3b commit 67ebf07
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions admin/jsonConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down Expand Up @@ -117,5 +119,5 @@
}
}
}
}
}
}
}

0 comments on commit 67ebf07

Please sign in to comment.