This commit is contained in:
Dennis Eichhorn 2023-10-20 16:53:42 +00:00
parent 058a35cd5f
commit ff79e929b6

View File

@ -5,7 +5,7 @@
"type": 2,
"subtype": 0,
"name": "Production",
"uri": "{/base}production/dashboard?{?}",
"uri": "{/base}/production/dashboard?{?}",
"target": "self",
"icon": "local_fire_department",
"order": 70,
@ -19,7 +19,7 @@
"type": 2,
"subtype": 1,
"name": "Production",
"uri": "{/base}production/list",
"uri": "{/base}/production/list",
"target": "self",
"icon": null,
"order": 5,
@ -33,7 +33,7 @@
"type": 3,
"subtype": 1,
"name": "List",
"uri": "{/base}production/list",
"uri": "{/base}/production/list",
"target": "self",
"icon": null,
"order": 5,
@ -48,7 +48,7 @@
"type": 3,
"subtype": 1,
"name": "Create",
"uri": "{/base}production/create?{?}",
"uri": "{/base}/production/create?{?}",
"target": "self",
"icon": null,
"order": 10,