Skip to content

Commit

Permalink
polling interval tab width
Browse files Browse the repository at this point in the history
  • Loading branch information
git-kick committed Nov 4, 2024
1 parent b8446e7 commit 15bf6c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions admin/jsonConfig.json5
Original file line number Diff line number Diff line change
Expand Up @@ -162,13 +162,13 @@
"type": "table",
"label": "",
"noDelete": true,
"xs": 12, "sm": 12,"md": 9, "lg": 6, "xl": 6,
"xs": 12, "sm": 12,"md": 12, "lg": 9, "xl": 6,
"items": [
{
"type": "text",
"attr": "tag",
"width": "70% ",
"title": "column_tag",
"width": "70%",
"filter": true,
"sort": false,
"readOnly": true,
Expand All @@ -183,8 +183,8 @@
{"label": "N", "value": "N"}
],
"attr": "interval",
"width": "30% ",
"title": "column_interval",
"width": "30%",
"filter": false,
"sort": false,
"default": "L"
Expand Down

0 comments on commit 15bf6c2

Please sign in to comment.