add empty table placeholders
This commit is contained in:
parent
8716579508
commit
0803617e62
5 changed files with 60 additions and 6 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue