mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-25 14:34:46 +00:00
Fixed: Passkeys
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user