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