remove most subtitles
This commit is contained in:
parent
d8f2e03d36
commit
947ef8e833
7 changed files with 13 additions and 46 deletions
|
|
@ -69,9 +69,6 @@ def dashboard_header() -> Renderable:
|
|||
h.h1(class_="text-3xl font-semibold tracking-tight text-slate-950")[
|
||||
"Republisher"
|
||||
],
|
||||
h.p(class_="mt-1 text-sm text-slate-600")[
|
||||
"Operational status and live executions."
|
||||
],
|
||||
],
|
||||
h.div(class_="flex flex-wrap gap-2")[
|
||||
header_action_link(href="/sources/create", label="Create source"),
|
||||
|
|
@ -98,7 +95,6 @@ def operational_snapshot(*, snapshot: Mapping[str, str] | None = None) -> Render
|
|||
"Operational snapshot"
|
||||
],
|
||||
],
|
||||
h.p(class_="text-xs text-slate-500")["Live values from the database"],
|
||||
],
|
||||
h.dl(class_="grid gap-3 md:grid-cols-2 xl:grid-cols-4")[
|
||||
stat_card(
|
||||
|
|
@ -156,9 +152,6 @@ def running_executions_table(
|
|||
h.h2(class_="mt-1 text-xl font-semibold text-slate-950")[
|
||||
"Running executions"
|
||||
],
|
||||
h.p(class_="mt-1 text-sm text-slate-600")[
|
||||
"Dashboard keeps only the in-flight executions visible here. The full run history lives on the Runs page."
|
||||
],
|
||||
],
|
||||
muted_action_link(href="/runs", label="Open runs"),
|
||||
],
|
||||
|
|
@ -232,7 +225,6 @@ def published_feeds_table(
|
|||
return table_section(
|
||||
eyebrow="Published feeds",
|
||||
title="Published feeds",
|
||||
subtitle="Per-source public feed paths under /feeds, with current availability and disk usage.",
|
||||
headers=("Source", "Feed URL", "Status", "Last updated", "Disk usage"),
|
||||
rows=rows,
|
||||
actions=muted_action_link(href="/sources", label="Manage sources"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue