mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-25 14:25:23 +00:00
Fixed: Remote Ttile
This commit is contained in:
@@ -75,6 +75,7 @@ export default {
|
||||
drawer: true,
|
||||
can: vm.$hasPerm('assets.view_asset'),
|
||||
getTitle: ({ row }) => row.host.name,
|
||||
getDrawerTitle: ({ row }) => row.host.name,
|
||||
getRoute: ({ row }) => ({
|
||||
name: 'AppletHostDetail',
|
||||
params: { id: row.host.id }
|
||||
|
Reference in New Issue
Block a user