Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
raschy committed Aug 12, 2024
1 parent 727f1d3 commit 4a8adc3
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions admin/jsonConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,25 +100,18 @@
"sm": 6,
"md": 6,
"lg": 6,
"noDelete": true,
"items": [
{
"type": "number",
"attr": "modul",
"width": "10%",
"title": "modul",
"readOnly": true,
"filter": false,
"sort": false
"attr": "modul",
"width": "10%"
},
{
"type": "checkbox",
"title": "selected",
"attr": "checkSelect",
"width": "5%",
"readOnly": false,
"filter": false,
"sort": false
"width": "5%"
}
]
},
Expand All @@ -127,8 +120,7 @@
"label": "clearSubModules",
"tooltip": "tooltipClearModuleList",
"help":"Helptext possible",
"default":false,
"newLine": true
"default":false
}
}
}
Expand Down

0 comments on commit 4a8adc3

Please sign in to comment.