Browse Source
			
			
			Merge pull request #883 from andreasbrett/patch-7
			
				24h tooltip on status page
			
			
				remotes/Saibamen/master
			
			
		 
		
			
				
					
						 Louis Lam
					
					4 years ago
						Louis Lam
					
					4 years ago
					
						
							committed by
							
								 GitHub
								GitHub
							
						 
					
				 
				
			 
		 
		
			
				
					
					No known key found for this signature in database
					
						
							GPG Key ID: 4AEE18F83AFDEB23
						
					
				
			
		
		
		
	
		
			
				 1 changed files with 
1 additions and 
1 deletions
			 
			
		 
		
			
				- 
					
					
					 
					src/components/Uptime.vue
				
				
				
					
						
							
								
									
	
		
		
			
				
					|  | @ -1,5 +1,5 @@ | 
			
		
	
		
		
			
				
					|  |  | <template> |  |  | <template> | 
			
		
	
		
		
			
				
					
					|  |  |     <span :class="className">{{ uptime }}</span> |  |  |     <span :class="className" :title="24 + $t('-hour')">{{ uptime }}</span> | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					|  |  | </template> |  |  | </template> | 
			
		
	
		
		
			
				
					|  |  | 
 |  |  | 
 | 
			
		
	
		
		
			
				
					|  |  | <script> |  |  | <script> | 
			
		
	
	
		
		
			
				
					|  | 
 |