Skip to content

Commit 406263f

Browse files
committed
wip: Provide ready-made configuration snippets to help set up the app's configuration file #1140
1 parent fb64a71 commit 406263f

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

extras/configs/panes.left.js

+10-9
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ module.exports = {
44
id: `${name}-activity-action`,
55
icon,
66
label,
7+
renderer: 'item',
78
route: { name: `${name}-activity` }
89
}
910
},
@@ -32,11 +33,11 @@ module.exports = {
3233
},
3334
onlineHelp: (url) => {
3435
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'
4041
}
4142
},
4243
CONTEXTUAL_HELP: {
@@ -47,10 +48,10 @@ module.exports = {
4748
renderer: 'item'
4849
},
4950
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' },
5455
renderer: 'item'
5556
}
5657
}

0 commit comments

Comments
 (0)