mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-22 12:13:48 +01:00
chore(client): tweak ui
This commit is contained in:
parent
1485fa4efa
commit
167a149a51
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user