Merge pull request #3908 from jumpserver/pr@v4@execytion

perf: Execution history output button is not displayed
This commit is contained in:
feng626
2024-05-10 11:39:05 +08:00
committed by GitHub

View File

@@ -120,6 +120,7 @@ export default {
{
title: this.$t('Output'),
name: 'logging',
type: 'info',
can: true,
callback: ({ row }) => {
openTaskPage(row.task_id)