diff --git a/internal/threatfeed/templates/logs-error.html b/internal/threatfeed/templates/logs-error.html index 02d3e7b..407f035 100644 --- a/internal/threatfeed/templates/logs-error.html +++ b/internal/threatfeed/templates/logs-error.html @@ -140,23 +140,17 @@ /* Content */ /* ======= */ h1 { - /* color: #f34; */ color: #d34; font-size: 1.95rem; margin: 0 0 1.5rem 0; } p { - /* color: #7de; */ color: #dde; font-family: 'Consolas', 'Menlo', 'Noto Sans Mono', 'Roboto Mono', 'Moncaco', 'DejaVu Sans Mono', 'Liberation Mono', 'Lucida Console', monospace; font-size: 1.2rem; } - .white { - color: #f0a; - } - /* ============= */ /* Media Queries */ /* ============= */ diff --git a/internal/threatfeed/templates/logs-http.html b/internal/threatfeed/templates/logs-http.html index 286cf9a..c13237b 100644 --- a/internal/threatfeed/templates/logs-http.html +++ b/internal/threatfeed/templates/logs-http.html @@ -231,6 +231,16 @@ text-decoration: none; } + /* ======= */ + /* Content */ + /* ======= */ + p.no-results { + color: #fb0; + font-size: 1.2rem; + padding-top: 1rem; + text-align: center; + } + /* ============= */ /* Media Queries */ /* ============= */ @@ -321,6 +331,7 @@
+ {{if .}} @@ -330,6 +341,9 @@ {{end}}
TimeSource IPMethodPath
+ {{else}} +

No log data found

+ {{end}}
\ No newline at end of file diff --git a/internal/threatfeed/templates/logs-ssh.html b/internal/threatfeed/templates/logs-ssh.html index 88dfcf2..d861038 100644 --- a/internal/threatfeed/templates/logs-ssh.html +++ b/internal/threatfeed/templates/logs-ssh.html @@ -229,6 +229,16 @@ text-decoration: none; } + /* ======= */ + /* Content */ + /* ======= */ + p.no-results { + color: #fb0; + font-size: 1.2rem; + padding-top: 1rem; + text-align: center; + } + /* ============= */ /* Media Queries */ /* ============= */ @@ -314,6 +324,7 @@
+ {{if .}} @@ -323,6 +334,9 @@ {{end}}
TimeSource IPUsernamePassword
+ {{else}} +

No log data found

+ {{end}}
\ No newline at end of file diff --git a/internal/threatfeed/templates/webfeed.html b/internal/threatfeed/templates/webfeed.html index 5aa9d77..e716a3f 100644 --- a/internal/threatfeed/templates/webfeed.html +++ b/internal/threatfeed/templates/webfeed.html @@ -228,6 +228,15 @@ text-decoration: none; } + /* ======= */ + /* Content */ + /* ======= */ + p.no-results { + color: #fb0; + font-size: 1.2rem; + text-align: center; + } + /* ============= */ /* Media Queries */ /* ============= */ @@ -350,6 +359,7 @@
+ {{if .Data}} @@ -376,6 +386,9 @@ {{end}}
+ {{else}} +

The threat feed is currently empty

+ {{end}}
\ No newline at end of file