Fix bug
This commit is contained in:
		
							parent
							
								
									464faf2673
								
							
						
					
					
						commit
						ec07112f94
					
				
					 1 changed files with 6 additions and 4 deletions
				
			
		| 
						 | 
				
			
			@ -1,10 +1,12 @@
 | 
			
		|||
<template>
 | 
			
		||||
<div>
 | 
			
		||||
	<h1>%i18n:@dashboard%</h1>
 | 
			
		||||
	<div v-if="stats">
 | 
			
		||||
		<p><b>%i18n:@all-users%</b>: <span>{{ stats.usersCount | number }}</span></p>
 | 
			
		||||
		<p><b>%i18n:@original-users%</b>: <span>{{ stats.originalUsersCount | number }}</span></p>
 | 
			
		||||
		<p><b>%i18n:@all-notes%</b>: <span>{{ stats.notesCount | number }}</span></p>
 | 
			
		||||
		<p><b>%i18n:@original-notes%</b>: <span>{{ stats.originalNotesCount | number }}</span></p>
 | 
			
		||||
	</div>
 | 
			
		||||
</div>
 | 
			
		||||
</template>
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue