mirror of
				https://git.proxmox.com/git/pve-manager
				synced 2025-11-04 08:57:09 +00:00 
			
		
		
		
	give vms with 'io-error' an error icon
so that one can see that the vm has an error, even when not directly investigating the status of that vm Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
		
							parent
							
								
									09153eaf2b
								
							
						
					
					
						commit
						4b09a72d45
					
				@ -149,6 +149,17 @@
 | 
			
		||||
    color: #CC1800;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/* yellow ! triangle */
 | 
			
		||||
.x-tree-icon-custom.io-error:after,
 | 
			
		||||
.x-grid-icon-custom.io-error:after,
 | 
			
		||||
.x-tree-icon-custom.internal-error:after,
 | 
			
		||||
.x-grid-icon-custom.internal-error:after,
 | 
			
		||||
.x-tree-icon-custom.guest-panicked:after,
 | 
			
		||||
.x-grid-icon-custom.guest-panicked:after {
 | 
			
		||||
    content: "\f071";
 | 
			
		||||
    color: #FFCC00;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/* the grey '?' */
 | 
			
		||||
.x-tree-icon-custom.unknown:after,
 | 
			
		||||
.x-grid-icon-custom.unknown:after {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user