mirror of
				https://github.com/karl0ss/homepage.git
				synced 2025-11-04 00:10:57 +00:00 
			
		
		
		
	Change: handle errored truenas pools (#3815)
This commit is contained in:
		
							parent
							
								
									8fba3eee1d
								
							
						
					
					
						commit
						1c5d9ca223
					
				@ -25,7 +25,7 @@ const widget = {
 | 
			
		||||
          healthy: entry.healthy,
 | 
			
		||||
          allocated: entry.allocated,
 | 
			
		||||
          free: entry.free,
 | 
			
		||||
          data: entry.topology.data,
 | 
			
		||||
          data: entry.topology?.data ?? [],
 | 
			
		||||
        })),
 | 
			
		||||
    },
 | 
			
		||||
  },
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user