- {{ entry.log.line }} -
-+ {{ entry.log.line }} +
diff --git a/ui/app/layouts/default.vue b/ui/app/layouts/default.vue
index 9968217a..464832fc 100644
--- a/ui/app/layouts/default.vue
+++ b/ui/app/layouts/default.vue
@@ -55,9 +55,15 @@
-
- {{ entry.log.line }} -
-+ {{ entry.log.line }} +
+ {{ query ? 'No logs match this query' : 'No log lines available' }} +
+ ++ {{ + query + ? `No log lines found for the query: ${query}. Please try a different search term.` + : 'No log lines are available yet.' + }} +