summaryrefslogtreecommitdiff
path: root/packages/frontend
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2023-01-03 09:03:04 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2023-01-03 09:03:04 +0900
commit4d0859ce7f33a02bc7242c8a9f22ce253ff9f7c0 (patch)
tree2c1acf0b050e67bfc389a2358719d51177a27182 /packages/frontend
parentdrop lastCommunicatedAt of instance (diff)
downloadmisskey-4d0859ce7f33a02bc7242c8a9f22ce253ff9f7c0.tar.gz
misskey-4d0859ce7f33a02bc7242c8a9f22ce253ff9f7c0.tar.bz2
misskey-4d0859ce7f33a02bc7242c8a9f22ce253ff9f7c0.zip
drop latestStatus of instance
Diffstat (limited to 'packages/frontend')
-rw-r--r--packages/frontend/src/pages/instance-info.vue4
1 files changed, 0 insertions, 4 deletions
diff --git a/packages/frontend/src/pages/instance-info.vue b/packages/frontend/src/pages/instance-info.vue
index 23705cb22d..55771b0e30 100644
--- a/packages/frontend/src/pages/instance-info.vue
+++ b/packages/frontend/src/pages/instance-info.vue
@@ -41,10 +41,6 @@
<template #value><MkTime mode="detail" :time="instance.infoUpdatedAt"/></template>
</MkKeyValue>
<MkKeyValue oneline style="margin: 1em 0;">
- <template #key>{{ i18n.ts.latestStatus }}</template>
- <template #value>{{ instance.latestStatus ? instance.latestStatus : 'N/A' }}</template>
- </MkKeyValue>
- <MkKeyValue oneline style="margin: 1em 0;">
<template #key>{{ i18n.ts.latestRequestReceivedAt }}</template>
<template #value><MkTime v-if="instance.latestRequestReceivedAt" :time="instance.latestRequestReceivedAt"/><span v-else>N/A</span></template>
</MkKeyValue>