优化域名解析子表的列宽

This commit is contained in:
jingrow 2025-07-31 20:49:21 +08:00
parent a2941851bb
commit f6b2e9dd31
2 changed files with 14 additions and 7 deletions

View File

@ -15,6 +15,7 @@
], ],
"fields": [ "fields": [
{ {
"columns": 1,
"fieldname": "host", "fieldname": "host",
"fieldtype": "Data", "fieldtype": "Data",
"in_list_view": 1, "in_list_view": 1,
@ -22,6 +23,7 @@
"reqd": 1 "reqd": 1
}, },
{ {
"columns": 1,
"fieldname": "type", "fieldname": "type",
"fieldtype": "Select", "fieldtype": "Select",
"in_list_view": 1, "in_list_view": 1,
@ -30,6 +32,7 @@
"reqd": 1 "reqd": 1
}, },
{ {
"columns": 4,
"fieldname": "value", "fieldname": "value",
"fieldtype": "Data", "fieldtype": "Data",
"in_list_view": 1, "in_list_view": 1,
@ -37,6 +40,7 @@
"reqd": 1 "reqd": 1
}, },
{ {
"columns": 1,
"default": "600", "default": "600",
"fieldname": "ttl", "fieldname": "ttl",
"fieldtype": "Data", "fieldtype": "Data",
@ -44,6 +48,7 @@
"label": "TTL" "label": "TTL"
}, },
{ {
"columns": 1,
"default": "10", "default": "10",
"fieldname": "level", "fieldname": "level",
"fieldtype": "Data", "fieldtype": "Data",
@ -51,6 +56,7 @@
"label": "优先级" "label": "优先级"
}, },
{ {
"columns": 1,
"fieldname": "line", "fieldname": "line",
"fieldtype": "Select", "fieldtype": "Select",
"in_list_view": 1, "in_list_view": 1,
@ -58,6 +64,7 @@
"options": "\nLTEL\nLCNC\nLMOB\nLEDU\nLSEO" "options": "\nLTEL\nLCNC\nLMOB\nLEDU\nLSEO"
}, },
{ {
"columns": 1,
"fieldname": "record_status", "fieldname": "record_status",
"fieldtype": "Data", "fieldtype": "Data",
"in_list_view": 1, "in_list_view": 1,
@ -68,7 +75,7 @@
"index_web_pages_for_search": 1, "index_web_pages_for_search": 1,
"istable": 1, "istable": 1,
"links": [], "links": [],
"modified": "2025-07-31 20:02:55.792679", "modified": "2025-07-31 20:34:50.907647",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Jcloud", "module": "Jcloud",
"name": "Dns Resolution", "name": "Dns Resolution",

View File

@ -21,6 +21,8 @@
"auto_renew", "auto_renew",
"section_break_yomj", "section_break_yomj",
"description", "description",
"dns_resolution_tab",
"dns_resolution",
"dns_tab", "dns_tab",
"dns_host1", "dns_host1",
"dns_host3", "dns_host3",
@ -28,9 +30,7 @@
"column_break_qlix", "column_break_qlix",
"dns_host2", "dns_host2",
"dns_host4", "dns_host4",
"dns_host6", "dns_host6"
"dns_resolution_tab",
"dns_resolution"
], ],
"fields": [ "fields": [
{ {
@ -193,14 +193,14 @@
{ {
"fieldname": "dns_resolution_tab", "fieldname": "dns_resolution_tab",
"fieldtype": "Tab Break", "fieldtype": "Tab Break",
"label": "Dns Resolution" "label": "域名解析"
} }
], ],
"grid_page_length": 50, "grid_page_length": 50,
"index_web_pages_for_search": 1, "index_web_pages_for_search": 1,
"links": [], "links": [],
"modified": "2025-07-31 19:54:59.548188", "modified": "2025-07-31 20:38:06.284459",
"modified_by": "Administrator", "modified_by": "support@jingrow.com",
"module": "Jcloud", "module": "Jcloud",
"name": "Jsite Domain", "name": "Jsite Domain",
"owner": "Administrator", "owner": "Administrator",