mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-13 13:49:07 +00:00
perf: Execution history output button is not displayed
This commit is contained in:
@@ -120,6 +120,7 @@ export default {
|
|||||||
{
|
{
|
||||||
title: this.$t('Output'),
|
title: this.$t('Output'),
|
||||||
name: 'logging',
|
name: 'logging',
|
||||||
|
type: 'info',
|
||||||
can: true,
|
can: true,
|
||||||
callback: ({ row }) => {
|
callback: ({ row }) => {
|
||||||
openTaskPage(row.task_id)
|
openTaskPage(row.task_id)
|
||||||
|
Reference in New Issue
Block a user