mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-13 11:24:17 +00:00
perf: task perm
This commit is contained in:
@@ -6,7 +6,10 @@ export default [
|
||||
{
|
||||
path: 'tasks',
|
||||
component: empty,
|
||||
meta: { title: i18n.t('route.TaskList') },
|
||||
meta: {
|
||||
title: i18n.t('route.TaskList'),
|
||||
permissions: ['ops.view_celerytask', 'ops.view_taskmonitor']
|
||||
},
|
||||
children: [
|
||||
{
|
||||
path: '',
|
||||
|
||||
Reference in New Issue
Block a user