summaryrefslogtreecommitdiff
path: root/packages/client/src/components/instance-stats.vue
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2022-07-07 17:55:47 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2022-07-07 17:55:47 +0900
commit9426f37c3e398904390440a3948d93f8a90cc05f (patch)
tree6844740c4ac203883c901ed88383e9a58b520e88 /packages/client/src/components/instance-stats.vue
parentMerge branch 'develop' of https://github.com/misskey-dev/misskey into develop (diff)
downloadsharkey-9426f37c3e398904390440a3948d93f8a90cc05f.tar.gz
sharkey-9426f37c3e398904390440a3948d93f8a90cc05f.tar.bz2
sharkey-9426f37c3e398904390440a3948d93f8a90cc05f.zip
chore(client): tweak ui
Diffstat (limited to 'packages/client/src/components/instance-stats.vue')
-rw-r--r--packages/client/src/components/instance-stats.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/client/src/components/instance-stats.vue b/packages/client/src/components/instance-stats.vue
index a2a6353923..1a811c2d87 100644
--- a/packages/client/src/components/instance-stats.vue
+++ b/packages/client/src/components/instance-stats.vue
@@ -154,7 +154,7 @@ function createDoughnut(chartEl, tooltip, data) {
}
onMounted(() => {
- os.apiGet('federation/stats', { limit: 20 }).then(fedStats => {
+ os.apiGet('federation/stats', { limit: 30 }).then(fedStats => {
createDoughnut(subDoughnutEl, externalTooltipHandler1, fedStats.topSubInstances.map(x => ({
name: x.host,
color: x.themeColor,