File tree 1 file changed +10
-9
lines changed
1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ module.exports = {
4
4
id : `${ name } -activity-action` ,
5
5
icon,
6
6
label,
7
+ renderer : 'item' ,
7
8
route : { name : `${ name } -activity` }
8
9
}
9
10
} ,
@@ -32,11 +33,11 @@ module.exports = {
32
33
} ,
33
34
onlineHelp : ( url ) => {
34
35
return {
35
- id : 'online-help-action' ,
36
- icon : 'las la-book' ,
37
- label : 'sideNav.ONLINE_HELP' ,
38
- url,
39
- renderer : 'item'
36
+ id : 'online-help-action' ,
37
+ icon : 'las la-book' ,
38
+ label : 'sideNav.ONLINE_HELP' ,
39
+ url,
40
+ renderer : 'item'
40
41
}
41
42
} ,
42
43
CONTEXTUAL_HELP : {
@@ -47,10 +48,10 @@ module.exports = {
47
48
renderer : 'item'
48
49
} ,
49
50
LOGOUT : {
50
- id : 'logout-action' ,
51
- icon : 'las la-sign-out-alt' ,
52
- label : 'sideNav.LOGOUT' ,
53
- route : { name : 'logout' } ,
51
+ id : 'logout-action' ,
52
+ icon : 'las la-sign-out-alt' ,
53
+ label : 'sideNav.LOGOUT' ,
54
+ route : { name : 'logout' } ,
54
55
renderer : 'item'
55
56
}
56
57
}
You can’t perform that action at this time.
0 commit comments