- {{ entry.log.line }} -
-+ {{ entry.log.line }} +
From 7d79e0e8b0369b725a20985a1ae269a524e3dce0 Mon Sep 17 00:00:00 2001
From: arabcoders
- {{ 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.' + }} +