mirror of
https://github.com/jumpserver/lina.git
synced 2025-08-01 23:18:17 +00:00
Fixed: Passkeys
This commit is contained in:
parent
01d44bc84e
commit
e37b813028
@ -59,6 +59,11 @@ export default {
|
||||
default: ['name', 'is_active', 'date_last_used', 'date_created', 'actions']
|
||||
},
|
||||
columnsMeta: {
|
||||
name: {
|
||||
formatter: (row) => {
|
||||
return <el-link>{row.name}</el-link>
|
||||
}
|
||||
},
|
||||
actions: {
|
||||
formatterArgs: {
|
||||
hasUpdate: false,
|
||||
|
Loading…
Reference in New Issue
Block a user