Enhance dashboard published feeds controls
This commit is contained in:
parent
e796e09d14
commit
ca3d34053f
5 changed files with 177 additions and 29 deletions
|
|
@ -503,6 +503,7 @@ def status_badge(*, label: str, tone: str) -> Renderable:
|
|||
tones = {
|
||||
"running": "bg-emerald-100 text-emerald-800",
|
||||
"scheduled": "bg-sky-100 text-sky-800",
|
||||
"queued": "bg-amber-200 text-amber-950",
|
||||
"idle": "bg-slate-200 text-slate-700",
|
||||
"failed": "bg-rose-100 text-rose-800",
|
||||
"done": "bg-emerald-100 text-emerald-800",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue