diff --git a/components/admin/AutogenPanel.js b/components/admin/AutogenPanel.js index 0973dc5..70972bf 100644 --- a/components/admin/AutogenPanel.js +++ b/components/admin/AutogenPanel.js @@ -239,13 +239,19 @@ export default function AutogenPanel({ status, queue, topics, categories = [] }) const isRunning = running[s.category] || running.all; const nextRun = calcNextRun(s); return ( -
+
{cat.icon}
{cat.name}
-
{s.article_count || 0} статей · {s.topic_count_free ?? s.topic_count ?? 0} тем свободно
+
+ {s.article_count || 0} статей · {s.topic_count_free ?? s.topic_count ?? 0} тем свободно + {s.today_active === false + ? не сегодня + : сегодня + } +