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