diff --git a/capsulflask/shell_scripts/get.sh b/capsulflask/shell_scripts/get.sh index f88284d..74ec705 100755 --- a/capsulflask/shell_scripts/get.sh +++ b/capsulflask/shell_scripts/get.sh @@ -1,4 +1,3 @@ - #!/bin/sh vmname="$1" diff --git a/capsulflask/static/style.css b/capsulflask/static/style.css index b1f4554..a82f126 100644 --- a/capsulflask/static/style.css +++ b/capsulflask/static/style.css @@ -256,6 +256,7 @@ th.heart-icon { line-height: 1rem; padding-left: 0.3rem; padding-right: 0.2rem; + padding-bottom: 0.4rem; } td.capsul-status { line-height: 1rem; @@ -264,6 +265,10 @@ td.capsul-status { font-size: calc(0.4rem + 3.4vmin); padding-top: 0.2rem; } +td.capsul-status-questionmark { + padding: 0; + padding-left: 0.5em; +} td.metrics img { margin-left: -1.2em; @@ -278,6 +283,8 @@ th { } td { border-bottom: 2px dotted #777e7355; + padding-top: 0.4rem; + padding-bottom: 0.4rem; } .invalidated { text-decoration: line-through; diff --git a/capsulflask/templates/capsuls.html b/capsulflask/templates/capsuls.html index 161c000..f64a674 100644 --- a/capsulflask/templates/capsuls.html +++ b/capsulflask/templates/capsuls.html @@ -39,7 +39,7 @@ {% elif vm['state'] == 'crashed' or vm['state'] == 'blocked' or vm['state'] == 'stopped' %} • {% elif vm['state'] == 'unknown' %} - ? + ? {% else %} • {% endif %}