mirror of
https://github.com/itsdave-de/msp.git
synced 2025-05-06 15:35:12 +02:00
#12 | Modify Doctypes to show new breadcrumbs for location to simplify navigation
This commit is contained in:
parent
57847c1c4a
commit
cc6c792cd3
@ -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",
|
||||||
|
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user