Fix absolute path to relative paths

This commit is contained in:
Dennis Eichhorn 2019-02-11 11:38:15 +01:00
parent 130addc614
commit 17c01f1906

View File

@ -5,7 +5,7 @@
"type": 2,
"subtype": 1,
"name": "P&L",
"uri": "/{/lang}/backend/controlling/pl/dashboard?{?}",
"uri": "{/lang}/backend/controlling/pl/dashboard?{?}",
"target": "self",
"icon": null,
"order": 1,
@ -19,7 +19,7 @@
"type": 3,
"subtype": 1,
"name": "Dashboard",
"uri": "/{/lang}/backend/controlling/pl/dashboard?{?}",
"uri": "{/lang}/backend/controlling/pl/dashboard?{?}",
"target": "self",
"icon": null,
"order": 1,