diff --git a/src/client/pages/instance/federation.instance.vue b/src/client/pages/instance/federation.instance.vue index 80b379c6b..fc95edac2 100644 --- a/src/client/pages/instance/federation.instance.vue +++ b/src/client/pages/instance/federation.instance.vue @@ -17,53 +17,53 @@
-
{{ $t('registeredAt') }}
+
{{ $t('registeredAt') }}
{{ new Date(instance.caughtAt).toLocaleString() }} ()
-
{{ $t('following') }}
+
{{ $t('following') }}
-
{{ $t('followers') }}
+
{{ $t('followers') }}
-
{{ $t('users') }}
+
{{ $t('users') }}
-
{{ $t('notes') }}
+
{{ $t('notes') }}
{{ instance.notesCount | number }}
-
{{ $t('files') }}
+
{{ $t('files') }}
{{ instance.driveFiles | number }}
-
{{ $t('storageUsage') }}
+
{{ $t('storageUsage') }}
{{ instance.driveUsage | bytes }}
-
{{ $t('latestRequestSentAt') }}
+
{{ $t('latestRequestSentAt') }}
N/A
-
{{ $t('latestStatus') }}
+
{{ $t('latestStatus') }}
{{ instance.latestStatus ? instance.latestStatus : 'N/A' }}
-
{{ $t('latestRequestReceivedAt') }}
+
{{ $t('latestRequestReceivedAt') }}
N/A