diff --git a/src/components/AccountListTable/PasswordHistoryDialog.vue b/src/components/AccountListTable/PasswordHistoryDialog.vue index cfbde503b..e7558e589 100644 --- a/src/components/AccountListTable/PasswordHistoryDialog.vue +++ b/src/components/AccountListTable/PasswordHistoryDialog.vue @@ -4,6 +4,7 @@ diff --git a/src/components/AccountListTable/ViewSecret.vue b/src/components/AccountListTable/ViewSecret.vue index 238bd19cf..e3f0e61e1 100644 --- a/src/components/AccountListTable/ViewSecret.vue +++ b/src/components/AccountListTable/ViewSecret.vue @@ -15,44 +15,56 @@ v-bind="$attrs" v-on="$listeners" > -
- - - + + + + + + + + + + +
+ + - - + + {{ sshKeyFingerprint }} + {{ $t('common.Download') }} - - - - - - - - {{ $moment(authInfo.date_created, 'YYYY-MM-DD HH:mm:ss').format('YYYY-MM-DD HH:mm:ss') }} - - - {{ $moment(authInfo.date_updated, 'YYYY-MM-DD HH:mm:ss').format('YYYY-MM-DD HH:mm:ss') }} - - - {{ authInfo.version }} - - -
+
+ + {{ $moment(authInfo.date_created, 'YYYY-MM-DD HH:mm:ss').format('YYYY-MM-DD HH:mm:ss') }} + + + {{ $moment(authInfo.date_updated, 'YYYY-MM-DD HH:mm:ss').format('YYYY-MM-DD HH:mm:ss') }} + + + {{ authInfo.version }} + + +