mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-13 11:24:17 +00:00
Merge pull request #2404 from jumpserver/pr@dev@ticket_asset
perf: ticket asset
This commit is contained in:
@@ -97,7 +97,7 @@ export default {
|
||||
return `/api/v1/assets/assets/?oid=${oid}&protocol__in=rdp,vnc,ssh,telnet`
|
||||
}(this.object)),
|
||||
transformOption: (item) => {
|
||||
return { label: item.hostname, value: item.id }
|
||||
return { label: `${item.name}(${item.address})`, value: item.id }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user