Compare commits

..

No commits in common. "6806a6bdcc8e93a5ba8dafcb95c2da40805ecf64" and "1cf8d7a638d277eb9bbcce2007c109286ab94654" have entirely different histories.

11 changed files with 25 additions and 85 deletions

View File

@ -9,5 +9,4 @@ menu-005-002
menu-005-003
menu-099-001
menu-099-002
apps2
menu_no_roles
apps2

View File

@ -9,5 +9,4 @@ menu-005-002
menu-005-003
menu-099-001
menu-099-002
apps2
menu_no_roles
apps2

View File

@ -9,5 +9,4 @@ menu-005-002
menu-005-003
menu-099-001
menu-099-002
apps2
menu_no_roles
apps2

View File

@ -24,5 +24,4 @@ apps2
apps2-002
apps2-002-001
apps2-002-002
apps2-002-003
menu_no_roles
apps2-002-003

View File

@ -1,4 +1,3 @@
home1
menu-001-001
menu-001-002
menu_no_roles
menu-001-002

View File

@ -1,4 +1,3 @@
home1
menu-001-001
menu-001-002
menu_no_roles
menu-001-002

View File

@ -24,5 +24,4 @@ apps2
apps2-002
apps2-002-001
apps2-002-002
apps2-002-003
menu_no_roles
apps2-002-003

View File

@ -37,5 +37,4 @@ apps3-002-003
apps3-003
apps3-003-001
apps3-003-002
apps3-003-003
menu_no_roles
apps3-003-003

View File

@ -24,5 +24,4 @@ apps2
apps2-002
apps2-002-001
apps2-002-002
apps2-002-003
menu_no_roles
apps2-002-003

View File

@ -48,7 +48,6 @@
{
"id": "menu-002-001",
"intent": "/content/viewaccounts.html",
"functionId": "/content/viewaccounts.html",
"label": "View",
"target": "Accounts",
"icon": "fa-eye",
@ -57,7 +56,6 @@
{
"id": "menu-002-002",
"intent": "/content/transfer.html",
"functionId": "/content/transfer.html",
"label": "Transfer",
"target": "Payment",
"icon": "fa-exchange-alt",
@ -66,7 +64,6 @@
{
"id": "menu-002-003",
"intent": "/content/payment.html",
"functionId": "/content/payment.html",
"label": "Payment",
"target": "Payment",
"icon": "fa-money-check-dollar",
@ -84,7 +81,6 @@
{
"id": "menu-003-001",
"intent": "https://news.com.au",
"functionId": "menu-external-news",
"label": "News (AU)",
"target": "news",
"icon": "fa-envelope",
@ -93,7 +89,6 @@
{
"id": "menu-003-002",
"intent": "https://bbc.co.uk/news",
"functionId": "menu-external-news",
"label": "BBC",
"target": "news",
"icon": "fa-radio",
@ -102,7 +97,6 @@
{
"id": "menu-003-003",
"intent": "https://smh.com.au",
"functionId": "menu-external-news",
"label": "SMH",
"target": "news",
"icon": "fa-envelope-open",
@ -111,7 +105,6 @@
{
"id": "menu-003-004",
"intent": "https://abc.net.au/news",
"functionId": "menu-external-news",
"label": "ABC news",
"target": "news",
"icon": "fa-envelope-open",
@ -120,7 +113,6 @@
{
"id": "menu-003-005",
"intent": "https://cnn.com",
"functionId": "menu-external-news",
"label": "CNN",
"target": "news",
"icon": "fa-envelope-open",
@ -128,8 +120,9 @@
}
],
"id": "menu-003",
"intent": "",
"intent": "/accounts",
"label": "News",
"target": "_blank",
"icon": "fa-newspaper",
"tenant": ""
},
@ -338,7 +331,6 @@
],
"id": "apps3-001",
"intent": "/content/shopping/index.html",
"functionId": "/content/shopping/index.html",
"label": "Shopping",
"target": "_blank",
"icon": "fa-building",
@ -376,7 +368,6 @@
],
"id": "apps3-002",
"intent": "/content/payments/index.html",
"functionId": "/content/payments/index.html",
"label": "Payments",
"target": "_blank",
"icon": "fa-wallet",
@ -414,23 +405,12 @@
],
"id": "apps3-003",
"intent": "/content/health/index.html",
"functionId": "/content/health/index.html",
"label": "Health",
"target": "_blank",
"icon": "fa-eye",
"tenant": ""
}
]
},
{
"id": "menu_no_roles",
"intent": "/content/noroles.html",
"intentStatus": "hidden",
"functionId": "menu_no_roles",
"label": "Error",
"target": "error",
"icon": "fa-eye",
"tenant": ""
}
]
}

View File

@ -2,28 +2,14 @@
"id": "menu-selfserve",
"intent": "",
"label": "L0 Menu",
"application": "selfserve",
"applicationLabel": "L0 Self Serve",
"children": [
{
"id": "home1",
"label": "Welcome {{.digital_id}}",
"label": "Welcome Home",
"target": "_blank",
"icon": "fa-home",
"application": "home1",
"applicationLabel": "Home",
"tenant": "",
"children": [
{
"id": "menu-001-001",
"label": "Dashboard {{.organisation}}",
"functionId": "menu-001-001",
"intent": "/content/dashboard.html",
"target": "Home",
"icon": "fa-tachometer-alt",
"iconActive": "fa-chart-line",
"tenant": ""
},
{
"id": "menu-001-002",
"label": "Alternate Dashboard",
@ -32,6 +18,16 @@
"target": "Home",
"icon": "fa-chart-line",
"tenant": ""
},
{
"id": "menu-001-001",
"label": "DML Dashboard",
"functionId": "menu-001-001",
"intent": "/content/dashboard.html",
"target": "Home",
"icon": "fa-tachometer-alt",
"iconActive": "fa-chart-line",
"tenant": ""
}
]
},
@ -39,8 +35,6 @@
"id": "apps1",
"intent": "",
"label": "Apps 1",
"application": "apps1",
"applicationLabel": "Apps 1",
"functionId": "apps1",
"children": [
{
@ -48,7 +42,6 @@
{
"id": "menu-002-001",
"intent": "/content/viewaccounts.html",
"functionId": "/content/viewaccounts.html",
"label": "View",
"target": "Accounts",
"icon": "fa-eye",
@ -57,7 +50,6 @@
{
"id": "menu-002-002",
"intent": "/content/transfer.html",
"functionId": "/content/transfer.html",
"label": "Transfer",
"target": "Payment",
"icon": "fa-exchange-alt",
@ -66,7 +58,6 @@
{
"id": "menu-002-003",
"intent": "/content/payment.html",
"functionId": "/content/payment.html",
"label": "Payment",
"target": "Payment",
"icon": "fa-money-check-dollar",
@ -84,7 +75,6 @@
{
"id": "menu-003-001",
"intent": "https://news.com.au",
"functionId": "menu-external-news",
"label": "News (AU)",
"target": "news",
"icon": "fa-envelope",
@ -93,7 +83,6 @@
{
"id": "menu-003-002",
"intent": "https://bbc.co.uk/news",
"functionId": "menu-external-news",
"label": "BBC",
"target": "news",
"icon": "fa-radio",
@ -102,7 +91,6 @@
{
"id": "menu-003-003",
"intent": "https://smh.com.au",
"functionId": "menu-external-news",
"label": "SMH",
"target": "news",
"icon": "fa-envelope-open",
@ -111,7 +99,6 @@
{
"id": "menu-003-004",
"intent": "https://abc.net.au/news",
"functionId": "menu-external-news",
"label": "ABC news",
"target": "news",
"icon": "fa-envelope-open",
@ -120,7 +107,6 @@
{
"id": "menu-003-005",
"intent": "https://cnn.com",
"functionId": "menu-external-news",
"label": "CNN",
"target": "news",
"icon": "fa-envelope-open",
@ -128,8 +114,9 @@
}
],
"id": "menu-003",
"intent": "",
"intent": "/accounts",
"label": "News",
"target": "_blank",
"icon": "fa-newspaper",
"tenant": ""
},
@ -237,8 +224,7 @@
"id": "menu-099-002",
"intent": "/content/contact.html",
"label": "Contact",
"target": "support",
"targetLabel": "Support",
"target": "Support",
"icon": "fa-phone",
"functionId": "menu-099-002",
"tenant": ""
@ -256,8 +242,6 @@
"id": "apps2",
"intent": "",
"label": "Apps 2",
"application": "apps2",
"applicationLabel": "Apps 2",
"functionId": "",
"children": [
{
@ -302,8 +286,6 @@
"id": "apps3",
"intent": "",
"label": "Self serve",
"application": "apps3",
"applicationLabel": "Self serve",
"functionId": "",
"children": [
{
@ -338,7 +320,6 @@
],
"id": "apps3-001",
"intent": "/content/shopping/index.html",
"functionId": "/content/shopping/index.html",
"label": "Shopping",
"target": "_blank",
"icon": "fa-building",
@ -376,7 +357,6 @@
],
"id": "apps3-002",
"intent": "/content/payments/index.html",
"functionId": "/content/payments/index.html",
"label": "Payments",
"target": "_blank",
"icon": "fa-wallet",
@ -414,23 +394,12 @@
],
"id": "apps3-003",
"intent": "/content/health/index.html",
"functionId": "/content/health/index.html",
"label": "Health",
"target": "_blank",
"icon": "fa-eye",
"tenant": ""
}
]
},
{
"id": "menu_no_roles",
"intent": "/content/noroles.html",
"intentStatus": "hidden",
"functionId": "menu_no_roles",
"label": "Error",
"target": "error",
"icon": "fa-eye",
"tenant": ""
}
]
}