parent
06f569756b
commit
bf1e61236b
|
@ -78,16 +78,9 @@
|
||||||
v-for="key in $i.securityKeysList"
|
v-for="key in $i.securityKeysList"
|
||||||
:key="key.id"
|
:key="key.id"
|
||||||
>
|
>
|
||||||
<template #label>{{ key.name }}</template>
|
<h3>{{ key.name }}</h3>
|
||||||
<template #suffix
|
<p>{{ `${i18n.ts.lastUsedDate}: ${key.lastUsed}` }} </p>
|
||||||
><I18n :src="i18n.ts.lastUsedAt"
|
<div class="_buttons _flexList">
|
||||||
><template #t
|
|
||||||
><MkTime
|
|
||||||
:time="
|
|
||||||
key.lastUsed
|
|
||||||
" /></template></I18n
|
|
||||||
></template>
|
|
||||||
<div class="_buttons">
|
|
||||||
<MkButton @click="renameKey(key)"
|
<MkButton @click="renameKey(key)"
|
||||||
><i
|
><i
|
||||||
class="ph-pencil-line ph-bold ph-lg"
|
class="ph-pencil-line ph-bold ph-lg"
|
||||||
|
|
Loading…
Reference in New Issue