first try at implementing the vm start and stop feature

This commit is contained in:
2021-02-17 20:50:17 -06:00
parent e8348052a8
commit ba0b29462c
9 changed files with 296 additions and 159 deletions

View File

@ -131,7 +131,8 @@ pre.wrap {
white-space: normal;
}
label.align {
label.align,
.vm-actions form {
min-width: 10em;
}
@ -250,11 +251,26 @@ table.small td, table.small th {
table.small td.metrics {
padding: 0;
}
th.heart-icon {
font-size: calc(0.40rem + 2.3vmin);
line-height: 1rem;
padding-left: 0.3rem;
padding-right: 0.2rem;
}
td.capsul-status {
line-height: 1rem;
padding: 0;
padding-left: 0.07em;
font-size: calc(0.4rem + 3.4vmin);
padding-top: 0.2rem;
}
td.metrics img {
margin-left: -20px;
margin-right: -20px;
margin-top: -5px;
margin-bottom: -5px;
margin-left: -1.2em;
margin-right: -1.2em;
margin-top: -0.25em;
margin-bottom: -0.25em;
width: 4.3em;
}
th {
border-right: 4px solid #241e1e;
@ -301,6 +317,15 @@ pre.code.wrap {
color: #777e73bb;
}
.red {
color: #c21d00;
}
.green {
color: #069e5f;
}
footer, p {
text-align: left;
}