mirror of
https://github.com/jumpserver/lina.git
synced 2025-08-11 19:41:55 +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']
|
default: ['name', 'is_active', 'date_last_used', 'date_created', 'actions']
|
||||||
},
|
},
|
||||||
columnsMeta: {
|
columnsMeta: {
|
||||||
|
name: {
|
||||||
|
formatter: (row) => {
|
||||||
|
return <el-link>{row.name}</el-link>
|
||||||
|
}
|
||||||
|
},
|
||||||
actions: {
|
actions: {
|
||||||
formatterArgs: {
|
formatterArgs: {
|
||||||
hasUpdate: false,
|
hasUpdate: false,
|
||||||
|
Loading…
Reference in New Issue
Block a user