mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-15 14:24:39 +00:00
fix: 命令记录默认倒序
This commit is contained in:
@@ -175,7 +175,7 @@ export default {
|
||||
this.$message.error(this.$t('sessions.EsDisabled'))
|
||||
return
|
||||
}
|
||||
this.tableConfig.url = `/api/v1/terminal/commands/?command_storage_id=${treeNode.id}`
|
||||
this.tableConfig.url = `/api/v1/terminal/commands/?command_storage_id=${treeNode.id}&order=-timestamp`
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user