diff --git a/static/style.css b/static/style.css index e3a97eb..4ce3518 100644 --- a/static/style.css +++ b/static/style.css @@ -185,3 +185,6 @@ section { margin-bottom: 2em; } /* TOOLBAR */ .toolbar { margin-bottom: 1em; } + +/* EMPTY STATE */ +.empty-state { padding: 2em 1em; text-align: center; color: var(--text-muted); font-style: italic; border: 1px dashed var(--border); border-radius: 4px; grid-column: 1 / -1; } diff --git a/templates/overview.html b/templates/overview.html index e30170e..44aea58 100644 --- a/templates/overview.html +++ b/templates/overview.html @@ -11,6 +11,8 @@ {{.RackType}} / {{.Depth}} / {{.HeightUnits}}U {{if .Comment}}{{.Comment}}{{end}} +{{else}} +