bug: fix menu entry function id to non blank

deve
Tom Peltonen 2025-12-17 23:07:14 +11:00
parent 5617a58158
commit 6806a6bdcc
2 changed files with 6 additions and 0 deletions

View File

@ -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",

View File

@ -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",