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