diff --git a/pkg/dashboard/assets/index.html b/pkg/dashboard/assets/index.html index 6bc2dc5..a2d1461 100644 --- a/pkg/dashboard/assets/index.html +++ b/pkg/dashboard/assets/index.html @@ -9,8 +9,8 @@
-

Dashboard

- Dashboard + last update: {{ now | date `02 Jan 2006 15:04:05 MST` }} :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))); @@ -746,6 +718,10 @@ td { white-space: nowrap; } +.whitespace-nowrap { + white-space: nowrap; +} + .rounded { border-radius: 0.25rem; } @@ -844,16 +820,16 @@ td { line-height: 2.25rem; } -.text-xl { - font-size: 1.25rem; - line-height: 1.75rem; -} - .text-sm { font-size: 0.875rem; line-height: 1.25rem; } +.text-xl { + font-size: 1.25rem; + line-height: 1.75rem; +} + .text-xs { font-size: 0.75rem; line-height: 1rem; @@ -891,11 +867,6 @@ td { color: rgb(12 74 110 / var(--tw-text-opacity)); } -.text-gray-500 { - --tw-text-opacity: 1; - color: rgb(107 114 128 / var(--tw-text-opacity)); -} - .underline { -webkit-text-decoration-line: underline; text-decoration-line: underline;