diff --git a/web/templates/backups.go.tmpl b/web/templates/backups.go.tmpl
index a2418ec..ca8eb58 100644
--- a/web/templates/backups.go.tmpl
+++ b/web/templates/backups.go.tmpl
@@ -10,8 +10,8 @@
a {
height: 1em;
width: 1em;
- margin: 0px;
- padding: 0px;
+ margin: 0;
+ padding: 0;
}
@@ -29,7 +29,7 @@
@@ -49,7 +49,7 @@
@@ -70,7 +70,7 @@
@@ -103,7 +103,7 @@
diff --git a/web/templates/config.go.tmpl b/web/templates/config.go.tmpl
index df94b1a..9dd56ed 100644
--- a/web/templates/config.go.tmpl
+++ b/web/templates/config.go.tmpl
@@ -50,7 +50,7 @@
@@ -79,7 +79,7 @@
@@ -163,7 +163,7 @@
@@ -198,7 +198,7 @@
@@ -233,7 +233,7 @@
@@ -267,7 +267,7 @@
@@ -300,7 +300,7 @@
@@ -340,7 +340,7 @@
@@ -371,7 +371,7 @@
@@ -393,7 +393,7 @@
@@ -425,7 +425,7 @@
@@ -454,7 +454,7 @@
@@ -476,7 +476,7 @@
@@ -516,10 +516,17 @@
div.draggable-item {
cursor: grab;
}
- div.draggable-item svg {
+ div.draggable-item img {
height: 1em;
width: 1em;
}
+ div.draggable-item p {
+ margin: 0;
+ }
+ div.draggable-item p.volume-file {
+ overflow: hidden;
+ white-space: nowrap;
+ }
#wrapper {
padding-bottom: 1em;
}
@@ -536,18 +543,18 @@
{{define "boot-target"}}
{{if .volume_id}}
-
-

-

-
{{.volume_id}}
-
{{.file}}
+
+

+

+
{{.volume_id}}
+
{{.file}}
{{else if .net_id}}
-
-

-

-
{{.net_id}}
-
{{.value}}
+
+

+

+
{{.net_id}}
+
{{.value}}
{{else}}
{{end}}
diff --git a/web/templates/instance-card.go.tmpl b/web/templates/instance-card.go.tmpl
index dcf1a84..0f3912b 100644
--- a/web/templates/instance-card.go.tmpl
+++ b/web/templates/instance-card.go.tmpl
@@ -13,8 +13,8 @@
line-height: 1em;
height: 1em;
width: 1em;
- margin: 0px;
- padding: 0px;
+ margin: 0;
+ padding: 0;
}
a img {
vertical-align: unset;
@@ -30,7 +30,7 @@
}
.row { /* needed for some reason to avoid a flickering issue on chrome ONLY */
flex-direction: row;
- column-gap: 10px;
+ column-gap: 0.5em;
align-items: center;
}
.nowrap { /* needed for some reason to avoid a flickering issue on chrome ONLY */
@@ -82,7 +82,7 @@
{{end}}
{{.NodeStatus}}
-
+
{{if and (eq .NodeStatus "online") (eq .Status "running")}}

@@ -115,7 +115,7 @@
-
-
+
+
@@ -144,7 +144,7 @@
diff --git a/web/templates/resource-chart.go.tmpl b/web/templates/resource-chart.go.tmpl
index 0b96147..d5f8add 100644
--- a/web/templates/resource-chart.go.tmpl
+++ b/web/templates/resource-chart.go.tmpl
@@ -8,8 +8,7 @@
margin: 0;
width: 100%;
height: fit-content;
- padding: 10px;
- border-radius: 5px;
+ padding: 0.5em;
}
progress {
width: 100%;
@@ -19,7 +18,7 @@
}
#caption {
text-align: center;
- margin-top: 10px;
+ margin-top: 0.5em;
display: flex;
flex-direction: column;
}