bug: fix menu entry function id to non blank
parent
5617a58158
commit
6806a6bdcc
|
|
@ -338,6 +338,7 @@
|
||||||
],
|
],
|
||||||
"id": "apps3-001",
|
"id": "apps3-001",
|
||||||
"intent": "/content/shopping/index.html",
|
"intent": "/content/shopping/index.html",
|
||||||
|
"functionId": "/content/shopping/index.html",
|
||||||
"label": "Shopping",
|
"label": "Shopping",
|
||||||
"target": "_blank",
|
"target": "_blank",
|
||||||
"icon": "fa-building",
|
"icon": "fa-building",
|
||||||
|
|
@ -375,6 +376,7 @@
|
||||||
],
|
],
|
||||||
"id": "apps3-002",
|
"id": "apps3-002",
|
||||||
"intent": "/content/payments/index.html",
|
"intent": "/content/payments/index.html",
|
||||||
|
"functionId": "/content/payments/index.html",
|
||||||
"label": "Payments",
|
"label": "Payments",
|
||||||
"target": "_blank",
|
"target": "_blank",
|
||||||
"icon": "fa-wallet",
|
"icon": "fa-wallet",
|
||||||
|
|
@ -412,6 +414,7 @@
|
||||||
],
|
],
|
||||||
"id": "apps3-003",
|
"id": "apps3-003",
|
||||||
"intent": "/content/health/index.html",
|
"intent": "/content/health/index.html",
|
||||||
|
"functionId": "/content/health/index.html",
|
||||||
"label": "Health",
|
"label": "Health",
|
||||||
"target": "_blank",
|
"target": "_blank",
|
||||||
"icon": "fa-eye",
|
"icon": "fa-eye",
|
||||||
|
|
|
||||||
|
|
@ -338,6 +338,7 @@
|
||||||
],
|
],
|
||||||
"id": "apps3-001",
|
"id": "apps3-001",
|
||||||
"intent": "/content/shopping/index.html",
|
"intent": "/content/shopping/index.html",
|
||||||
|
"functionId": "/content/shopping/index.html",
|
||||||
"label": "Shopping",
|
"label": "Shopping",
|
||||||
"target": "_blank",
|
"target": "_blank",
|
||||||
"icon": "fa-building",
|
"icon": "fa-building",
|
||||||
|
|
@ -375,6 +376,7 @@
|
||||||
],
|
],
|
||||||
"id": "apps3-002",
|
"id": "apps3-002",
|
||||||
"intent": "/content/payments/index.html",
|
"intent": "/content/payments/index.html",
|
||||||
|
"functionId": "/content/payments/index.html",
|
||||||
"label": "Payments",
|
"label": "Payments",
|
||||||
"target": "_blank",
|
"target": "_blank",
|
||||||
"icon": "fa-wallet",
|
"icon": "fa-wallet",
|
||||||
|
|
@ -412,6 +414,7 @@
|
||||||
],
|
],
|
||||||
"id": "apps3-003",
|
"id": "apps3-003",
|
||||||
"intent": "/content/health/index.html",
|
"intent": "/content/health/index.html",
|
||||||
|
"functionId": "/content/health/index.html",
|
||||||
"label": "Health",
|
"label": "Health",
|
||||||
"target": "_blank",
|
"target": "_blank",
|
||||||
"icon": "fa-eye",
|
"icon": "fa-eye",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue