Skip to content

Commit

Permalink
Responsive Design angepasst
Browse files Browse the repository at this point in the history
  • Loading branch information
tt-tom17 committed Dec 26, 2024
1 parent 437b9c4 commit cd04e50
Showing 1 changed file with 45 additions and 16 deletions.
61 changes: 45 additions & 16 deletions admin/jsonConfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"i18n": true,
"type": "tabs",
"tabsStyle": {
"width": "calc(100% - 100px)"
},
"items": {
"_options": {
"type": "panel",
Expand All @@ -9,42 +12,52 @@
"ip": {
"type": "text",
"label": "IP Address",
"xs": 12,
"sm": 12,
"md": 4,
"lg": 4
"md": 6,
"lg": 4,
"xl": 4
},
"port": {
"type": "number",
"min": 1,
"max": 65535,
"xs": 12,
"sm": 12,
"md": 4,
"md": 6,
"lg": 4,
"xl": 4,
"label": "Port"
},
"requestInterval": {
"type": "number",
"min": 5,
"xs": 12,
"sm": 12,
"md": 4,
"md": 6,
"lg": 4,
"xl": 4,
"label": "Request Interval"
},
"name": {
"newLine": true,
"type": "text",
"xs": 12,
"sm": 12,
"md": 4,
"md": 6,
"lg": 4,
"xl": 4,
"label": "User name"
},
"pwd": {
"type": "password",
"repeat": false,
"visible": true,
"xs": 12,
"sm": 12,
"md": 4,
"md": 6,
"lg": 4,
"xl": 4,
"label": "Password"
},
"server": {
Expand All @@ -59,64 +72,80 @@
"value": "pve"
}
],
"xs": 12,
"sm": 12,
"md": 4,
"md": 6,
"lg": 4,
"xl": 4,
"label": "Realm"
},
"_additionalInformationHeader": {
"newLine": true,
"type": "header",
"text": "Additional information",
"size": 3,
"xs": 12,
"sm": 12,
"md": 12,
"lg": 12
"md": 6,
"lg": 4,
"xl": 4
},
"requestDiskInformation": {
"type": "checkbox",
"label": "Request disk information",
"xs": 12,
"sm": 12,
"md": 6,
"lg": 6
"lg": 4,
"xl": 46
},
"requestCephInformation": {
"type": "checkbox",
"label": "Request Ceph information",
"xs": 12,
"sm": 12,
"md": 6,
"lg": 6
"lg": 4,
"xl": 4
},
"requestHAInformation": {
"type": "checkbox",
"label": "Request HA information",
"xs": 12,
"sm": 12,
"md": 6,
"lg": 6
"lg": 4,
"xl": 4
},
"newTreeStructure": {
"type": "checkbox",
"label": "new tree structure",
"xs": 12,
"sm": 12,
"md": 6,
"lg": 6
"lg": 4,
"xl": 4
},
"requestStorageInformation": {
"type": "checkbox",
"label": "Storage information",
"xs": 12,
"sm": 12,
"md": 6,
"lg": 6
"lg": 4,
"xl": 4
},
"requestStorageInformationBackup": {
"hidden": "!data.requestStorageInformation",
"type": "checkbox",
"label": "Backup on Storage information",
"xs": 12,
"sm": 12,
"md": 6,
"lg": 6
"lg": 4,
"xl": 4
}
}
}
}
}
}

0 comments on commit cd04e50

Please sign in to comment.