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

View File

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