1
1
/**
2
2
* Config for the All Apps menu.
3
3
*/
4
- import appDocumentationIcon from ' ../assets/images/learn.svg' ;
5
- import appTaasIcon from ' ../assets/images/integrations.svg' ;
6
- import appTaasAdminIcon from ' ../assets/images/taas-admin.png' ;
7
- import myteamsIcon from ' ../assets/images/my-teams.svg' ;
8
- import myteamsGreenIcon from ' ../assets/images/my-teams-green.svg' ;
9
- import createTeamIcon from ' ../assets/images/create-team.svg' ;
10
- import createTeamGreenIcon from ' ../assets/images/create-team-green.svg' ;
4
+ import appDocumentationIcon from " ../assets/images/learn.svg" ;
5
+ import appTaasIcon from " ../assets/images/integrations.svg" ;
6
+ import appTaasAdminIcon from " ../assets/images/taas-admin.png" ;
7
+ import myteamsIcon from " ../assets/images/my-teams.svg" ;
8
+ import myteamsGreenIcon from " ../assets/images/my-teams-green.svg" ;
9
+ import createTeamIcon from " ../assets/images/create-team.svg" ;
10
+ import createTeamGreenIcon from " ../assets/images/create-team-green.svg" ;
11
11
import earnIcon from "../assets/images/earn.svg" ;
12
12
13
13
/**
14
14
* Micro-app categories
15
15
*/
16
16
export const APP_CATEGORIES = [
17
17
{
18
- category : ' Manage' ,
18
+ category : " Manage" ,
19
19
apps : [
20
20
{
21
- title : ' TaaS' ,
21
+ title : " TaaS" ,
22
22
icon : appTaasIcon ,
23
- path : ' /taas' ,
23
+ path : " /taas" ,
24
24
menu : [
25
25
{
26
- title : ' My Teams' ,
27
- path : ' /taas/myteams' ,
26
+ title : " My Teams" ,
27
+ path : " /taas/myteams" ,
28
28
icon : myteamsIcon ,
29
29
activeIcon : myteamsGreenIcon ,
30
30
isExact : false ,
31
31
} ,
32
32
{
33
- title : ' Create New Team' ,
34
- path : ' /taas/createnewteam' ,
33
+ title : " Create New Team" ,
34
+ path : " /taas/createnewteam" ,
35
35
icon : createTeamIcon ,
36
36
activeIcon : createTeamGreenIcon ,
37
37
isExact : false ,
38
38
} ,
39
39
] ,
40
40
} ,
41
41
{
42
- title : ' TaaS Admin' ,
42
+ title : " TaaS Admin" ,
43
43
icon : appTaasAdminIcon ,
44
- path : ' /taas-admin' ,
44
+ path : " /taas-admin" ,
45
45
menu : [ ] ,
46
- roles : [ "bookingmanager" , "administrator" ] ,
46
+ roles : [ "bookingmanager" , "administrator" ] ,
47
47
} ,
48
48
{
49
- title : ' Documentation' ,
49
+ title : " Documentation" ,
50
50
icon : appDocumentationIcon ,
51
51
path : "/model" ,
52
52
menu : [ ] ,
@@ -57,7 +57,7 @@ export const APP_CATEGORIES = [
57
57
path : "/community-admin" ,
58
58
menu : [ ] ,
59
59
roles : [ "Community Admin" ] ,
60
- }
60
+ } ,
61
61
] ,
62
62
} ,
63
63
{
0 commit comments