fix missing paren
This commit is contained in:
		@ -74,7 +74,7 @@ def index():
 | 
			
		||||
      size=x['size'], 
 | 
			
		||||
      state=x['state'],
 | 
			
		||||
      ipv4=(x['ipv4'] if x['ipv4'] else ("..booting.." if vm["state"] == "running" else "unknown")), 
 | 
			
		||||
      ipv4_status=("ok" if x['ipv4'] else ("waiting-pulse" if vm["state"] == "running" else "yellow"), 
 | 
			
		||||
      ipv4_status=("ok" if x['ipv4'] else ("waiting-pulse" if vm["state"] == "running" else "yellow")), 
 | 
			
		||||
      os=x['os'], 
 | 
			
		||||
      created=x['created'].strftime("%b %d %Y")
 | 
			
		||||
    ), vms
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user