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

@ -92,6 +92,7 @@ def sources_table(
return table_section(
eyebrow="Inventory",
title="Sources",
empty_message="No sources yet.",
headers=("Source", "Type", "Upstream", "Schedule", "Job state", "Actions"),
rows=rows,
actions=header_action_link(href="/sources/create", label="Create source"),