From da4af041af99a2ffe5c13d9dc1820bca9e25c735 Mon Sep 17 00:00:00 2001 From: syuilo Date: Tue, 18 Feb 2020 21:27:43 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=AD=E3=82=B0=E3=83=93=E3=83=A5=E3=83=BC?= =?UTF-8?q?=E3=82=A2=E5=AE=9F=E8=A3=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locales/ja-JP.yml | 2 + src/client/pages/instance/index.vue | 110 +++++++++++++++++++++++++++- 2 files changed, 110 insertions(+), 2 deletions(-) diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml index 001ff407a..7e50a0222 100644 --- a/locales/ja-JP.yml +++ b/locales/ja-JP.yml @@ -419,6 +419,8 @@ hideThisNote: "このノートを非表示" showFeaturedNotesInTimeline: "タイムラインにおすすめのノートを表示する" objectStorage: "オブジェクトストレージ" useObjectStorage: "オブジェクトストレージを使用" +serverLogs: "サーバーログ" +deleteAll: "全て削除" _ago: unknown: "謎" diff --git a/src/client/pages/instance/index.vue b/src/client/pages/instance/index.vue index afe9c6d15..1d90aa553 100644 --- a/src/client/pages/instance/index.vue +++ b/src/client/pages/instance/index.vue @@ -5,6 +5,38 @@ +
+
{{ $t('serverLogs') }}
+
+
+ + {{ $t('domain') }} + + + + + + + + + + +
+ +
+ +
+ [{{ log.domain.join('.') }}] {{ log.message }} + +
+
+
+
+ +
+
{{ $t('cpuAndMemory') }}
@@ -67,9 +99,13 @@