Skip to content

Commit

Permalink
Merge pull request #170 from simatec/patch-1
Browse files Browse the repository at this point in the history
(simatec) Responsive for small screens added
  • Loading branch information
GermanBluefox authored Aug 26, 2024
2 parents 199b169 + c6d8949 commit fc4255e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions admin/jsonConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"min": 5000,
"label": "Interval",
"help": "ms",
"xs": 12,
"sm": 12,
"md": 2
},
Expand All @@ -19,6 +20,7 @@
"min": 5000,
"label": "Interval if unreachable",
"help": "ms",
"xs": 12,
"sm": 12,
"md": 2
},
Expand All @@ -27,20 +29,23 @@
"type": "number",
"min": 0,
"label": "Number of retries",
"xs": 12,
"sm": 12,
"md": 2
},
"noHostname": {
"newLine": true,
"type": "checkbox",
"label": "No host name in state name",
"xs": 12,
"sm": 12,
"md": 4
},
"setcap": {
"newLine": true,
"type": "checkbox",
"label": "Allow with setcap the required rights for ping",
"xs": 12,
"sm": 12,
"md": 4,
"help": "This allows to run ping without root rights"
Expand All @@ -53,6 +58,10 @@
"items": {
"devices": {
"type": "table",
"xs": 12,
"sm": 12,
"md": 12,
"lg": 12,
"showSecondAddAt": 10,
"export": true,
"import": true,
Expand Down Expand Up @@ -147,6 +156,7 @@
},
"_browse1": {
"newLine": true,
"xs": 12,
"sm": 12,
"md": 12,
"lg": 8,
Expand Down

0 comments on commit fc4255e

Please sign in to comment.