mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-19 01:11:07 +00:00
Merge branch 'v4' of github.com:jumpserver/lina into v4
This commit is contained in:
@@ -181,7 +181,7 @@ export default {
|
||||
name: 'Execution',
|
||||
component: () => import('@/views/ops/Execution'),
|
||||
meta: {
|
||||
title: i18n.t('Executions'),
|
||||
title: i18n.t('ExecutionHistory'),
|
||||
permissions: ['ops.view_jobexecution']
|
||||
}
|
||||
},
|
||||
|
@@ -159,7 +159,9 @@ export default {
|
||||
},
|
||||
helpText: i18n.t('CrontabOfCreateUpdatePage')
|
||||
}
|
||||
}
|
||||
},
|
||||
createSuccessNextRoute: { name: 'JobManagement' },
|
||||
updateSuccessNextRoute: { name: 'JobManagement' }
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
|
@@ -27,7 +27,7 @@ export default {
|
||||
min: ['name', 'actions'],
|
||||
default: [
|
||||
'name', 'type', 'asset_amount', 'average_time_cost',
|
||||
'summary', 'comment', 'date_last_run', 'actions'
|
||||
'summary', 'date_last_run', 'actions'
|
||||
]
|
||||
},
|
||||
columns: [
|
||||
|
Reference in New Issue
Block a user