Add existing query to link

This commit is contained in:
Dennis Eichhorn 2017-02-08 19:16:53 +01:00
parent f0263c0bee
commit d1cef57b51

View File

@ -19,7 +19,7 @@
"type": 2,
"subtype": 1,
"name": "Dashboard",
"uri": "/{/lang}/backend",
"uri": "/{/lang}/backend?{?}",
"target": "self",
"icon": null,
"order": 1,
@ -36,7 +36,7 @@
"type": 1,
"subtype": 1,
"name": "Logout",
"uri": "/{/lang}/api/logout",
"uri": "/{/lang}/api/logout?{?}",
"target": "self",
"icon": "fa fa-power-off",
"order": 999,
@ -51,7 +51,7 @@
"type": 1,
"subtype": 1,
"name": "Logout",
"uri": "/{/lang}/api/logout",
"uri": "/{/lang}/api/logout?{?}",
"target": "self",
"icon": "fa fa-power-off",
"order": 999,