TF-1018 Add Example for app_dashboard.json to config AppGridDashboard

This commit is contained in:
Dat PHAM HOANG
2022-10-15 00:20:01 +07:00
committed by Dat H. Pham
parent 5cf96d502b
commit be6ab03cfb
6 changed files with 39 additions and 0 deletions
+29
View File
@@ -0,0 +1,29 @@
{
"apps": [
{
"appName": "Twake",
"icon": "ic_twake_app.svg",
"appLink": "http://twake.linagora.com/"
},
{
"appName": "LinShare",
"icon": "ic_linshare_app.png",
"appLink": "https://linshare.linagora.com/"
},
{
"appName": "Inbox",
"icon": "ic_inbox_app.svg",
"appLink": "https://openpaas.linagora.com/inbox/"
},
{
"appName": "Contacts",
"icon": "ic_contacts_app.svg",
"appLink": "https://openpaas.linagora.com/contacts/"
},
{
"appName": "Calendar",
"icon": "ic_calendar_app.svg",
"appLink": "https://openpaas.linagora.com/calendar/"
}
]
}