This commit is contained in:
Dennis Eichhorn 2024-04-12 00:52:08 +00:00
parent 163e917ab0
commit 95a72e5315

View File

@ -19,7 +19,7 @@
"type": 2, "type": 2,
"subtype": 1, "subtype": 1,
"name": "Projects", "name": "Projects",
"uri": "{/base}/rnd/list?{?}", "uri": "{/base}/rnd/list",
"target": "self", "target": "self",
"icon": null, "icon": null,
"order": 1, "order": 1,
@ -33,7 +33,7 @@
"type": 3, "type": 3,
"subtype": 1, "subtype": 1,
"name": "List", "name": "List",
"uri": "{/base}/rnd/list?{?}", "uri": "{/base}/rnd/list",
"target": "self", "target": "self",
"icon": null, "icon": null,
"order": 1, "order": 1,
@ -48,7 +48,7 @@
"type": 3, "type": 3,
"subtype": 1, "subtype": 1,
"name": "Create", "name": "Create",
"uri": "{/base}/rnd/create?{?}", "uri": "{/base}/rnd/create",
"target": "self", "target": "self",
"icon": null, "icon": null,
"order": 5, "order": 5,