#12 | Modify Doctypes to show new breadcrumbs for location to simplify navigation

This commit is contained in:
Jordi Albert 2022-09-06 16:50:02 +02:00
parent 57847c1c4a
commit cc6c792cd3
2 changed files with 18 additions and 2 deletions

View File

@ -27,6 +27,7 @@
"it_landscape", "it_landscape",
"description", "description",
"customer", "customer",
"location_full_path",
"location", "location",
"ip_network_reserved_ranges_section", "ip_network_reserved_ranges_section",
"ip_network_reserved_ranges_table", "ip_network_reserved_ranges_table",
@ -172,10 +173,17 @@
"fieldtype": "HTML", "fieldtype": "HTML",
"label": "Usage Overview Table", "label": "Usage Overview Table",
"options": "<div id=\"usage-overview-table\">Used IPs expected</div>" "options": "<div id=\"usage-overview-table\">Used IPs expected</div>"
},
{
"fetch_from": "location.html_full_path",
"fieldname": "location_full_path",
"fieldtype": "Text Editor",
"label": "Location Full Path",
"read_only": 1
} }
], ],
"links": [], "links": [],
"modified": "2022-08-18 10:28:34.233288", "modified": "2022-09-06 16:39:46.172950",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "MSP", "module": "MSP",
"name": "IP Network", "name": "IP Network",

View File

@ -16,6 +16,7 @@
"item", "item",
"customer", "customer",
"it_landscape", "it_landscape",
"location_full_path",
"location", "location",
"monitoring_section", "monitoring_section",
"oitc_output", "oitc_output",
@ -156,11 +157,18 @@
"fieldtype": "HTML", "fieldtype": "HTML",
"label": "OITC Output", "label": "OITC Output",
"options": "<div id=\"oitc-output\">OITC output expected</div>" "options": "<div id=\"oitc-output\">OITC output expected</div>"
},
{
"fetch_from": "location.html_full_path",
"fieldname": "location_full_path",
"fieldtype": "Text Editor",
"label": "Location Full Path",
"read_only": 1
} }
], ],
"image_field": "image", "image_field": "image",
"links": [], "links": [],
"modified": "2022-07-18 15:05:40.504305", "modified": "2022-09-06 16:18:52.084632",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "MSP", "module": "MSP",
"name": "IT Object", "name": "IT Object",