diff --git a/capsulflask/console.py b/capsulflask/console.py index 721538a..d1187b8 100644 --- a/capsulflask/console.py +++ b/capsulflask/console.py @@ -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