add empty table placeholders

This commit is contained in:
Abel Luck 2026-03-30 15:28:56 +02:00
parent 8716579508
commit 0803617e62
5 changed files with 60 additions and 6 deletions

View file

@ -211,6 +211,7 @@ def runs_page(
table_section(
eyebrow="Live work",
title="Running job executions",
empty_message="No job executions are running.",
headers=(
"Source",
"Execution",
@ -224,6 +225,7 @@ def runs_page(
table_section(
eyebrow="Queue",
title="Upcoming jobs",
empty_message="No jobs are scheduled.",
headers=(
"Source",
"Next run",
@ -237,6 +239,7 @@ def runs_page(
table_section(
eyebrow="History",
title="Completed job executions",
empty_message="No job executions have completed yet.",
headers=(
"Source",
"Execution",