diff --git a/internal/endpoint/templates/log.html b/internal/endpoint/templates/log.html index 6a79fcc..c727c56 100644 --- a/internal/endpoint/templates/log.html +++ b/internal/endpoint/templates/log.html @@ -22,6 +22,13 @@ color: rgba(var(--fg), .3); } +.empty-log { + display: block; + text-align: center; + font-size: 150%; + color: rgba(var(--fg), .5); +} + table { width: 100%; border-collapse: collapse; @@ -119,6 +126,9 @@
+ {{ if eq .Total 0 -}} + No Data + {{- else -}} {{ block "pager" . }}{{ end }} @@ -155,6 +165,7 @@ LTSVJSON + {{ end }}