mirror of
https://github.com/sim1222/misskey.git
synced 2025-08-03 23:16:28 +09:00
chore(client): tweak ui
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user