chore(client): tweak ui
This commit is contained in:
		
							parent
							
								
									37bc81595a
								
							
						
					
					
						commit
						9426f37c3e
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -154,7 +154,7 @@ function createDoughnut(chartEl, tooltip, data) { | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| onMounted(() => { | onMounted(() => { | ||||||
| 	os.apiGet('federation/stats', { limit: 20 }).then(fedStats => { | 	os.apiGet('federation/stats', { limit: 30 }).then(fedStats => { | ||||||
| 		createDoughnut(subDoughnutEl, externalTooltipHandler1, fedStats.topSubInstances.map(x => ({ | 		createDoughnut(subDoughnutEl, externalTooltipHandler1, fedStats.topSubInstances.map(x => ({ | ||||||
| 			name: x.host, | 			name: x.host, | ||||||
| 			color: x.themeColor, | 			color: x.themeColor, | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue