From 56275bcfcbd1366b0e96b79915e810baed0548bb Mon Sep 17 00:00:00 2001 From: syuilo Date: Fri, 8 Feb 2019 16:58:57 +0900 Subject: Introduce per-instance chart (#4183) * Introduce per-instance chart * Implement chart view in client * Handle note deleting * More chart srcs * Add drive stats * Improve drive stats * Fix bug * Add icon --- src/client/app/admin/views/federation.vue | 275 +++++++++++++++++++++++++++++- 1 file changed, 272 insertions(+), 3 deletions(-) (limited to 'src/client') diff --git a/src/client/app/admin/views/federation.vue b/src/client/app/admin/views/federation.vue index dd8567243a..8b0e9ba45a 100644 --- a/src/client/app/admin/views/federation.vue +++ b/src/client/app/admin/views/federation.vue @@ -40,6 +40,29 @@ {{ $t('latest-request-received-at') }} {{ $t('block') }} +
+ {{ $t('charts') }} + + + + + + + + + + + + + + + + + + + +
+
{{ $t('remove-all-following') }} {{ $t('remove-all-following') }} @@ -50,7 +73,7 @@ -
{{ $t('instances') }}
+
{{ $t('instances') }}
@@ -65,6 +88,10 @@ + + + + {{ $t('state') }} @@ -101,7 +128,13 @@ -- cgit v1.2.3-freya