diff --git a/frontend/src/lib/components/LogViewer.svelte b/frontend/src/lib/components/LogViewer.svelte
index fe8186e052..32a0ca9974 100644
--- a/frontend/src/lib/components/LogViewer.svelte
+++ b/frontend/src/lib/components/LogViewer.svelte
@@ -1,4 +1,6 @@
+{#if content}{content}{:else if isLoading}Waiting for job to start...{:else}No logs are available yet{/if}
+