Skip to content

Commit

Permalink
Display sizes expanded
Browse files Browse the repository at this point in the history
  • Loading branch information
mattreim committed Aug 30, 2024
1 parent 149eec7 commit 3d756c0
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions admin/jsonConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"help": "ms",
"xs": 12,
"sm": 12,
"md": 2
"md": 3,
"lg": 3
},
"intervalByUnreach": {
"type": "number",
Expand All @@ -22,7 +23,8 @@
"help": "ms",
"xs": 12,
"sm": 12,
"md": 2
"md": 3,
"lg": 3
},
"numberOfRetries": {
"newLine": true,
Expand All @@ -31,23 +33,26 @@
"label": "Number of retries",
"xs": 12,
"sm": 12,
"md": 2
"md": 3,
"lg": 3
},
"noHostname": {
"newLine": true,
"type": "checkbox",
"label": "No host name in state name",
"xs": 12,
"sm": 12,
"md": 4
"md": 6,
"lg": 6
},
"setcap": {
"newLine": true,
"type": "checkbox",
"label": "Allow with setcap the required rights for ping",
"xs": 12,
"sm": 12,
"md": 4,
"md": 6,
"lg": 6,
"help": "This allows to run ping without root rights"
}
}
Expand Down Expand Up @@ -144,21 +149,25 @@
"label": "every day"
}
],
"xs": 12,
"sm": 12,
"md": 3,
"lg": 3
},
"_info": {
"hidden": "!data.autoDetect || data.autoDetect === '0'",
"type": "staticText",
"text": "Select interface for browsing to enable auto detect",
"xs": 12,
"sm": 12,
"md": 3,
"lg": 3
},
"_browse1": {
"newLine": true,
"xs": 12,
"sm": 12,
"md": 12,
"md": 8,
"lg": 8,
"i18n": true,
"url": "custom/customComponents.js",
Expand Down

0 comments on commit 3d756c0

Please sign in to comment.