fix: 主机Cron列表按钮样式改为灰色,与其他筛选按钮一致

This commit is contained in:
2026-04-17 23:52:58 +08:00
parent 4f5c9dc2c8
commit ff2eb56095

2
app.py
View File

@@ -368,7 +368,7 @@ HTML_TEMPLATE = '''<!DOCTYPE html>
<button onclick="filterType('cron')" class="filter-btn px-3 py-1 rounded-lg bg-gray-700 hover:bg-gray-600 text-sm" data-type="cron">
Cron任务
</button>
<button onclick="scrollToCrons()" class="px-3 py-1 rounded-lg bg-orange-600 hover:bg-orange-700 text-sm">
<button onclick="scrollToCrons()" class="filter-btn px-3 py-1 rounded-lg bg-gray-700 hover:bg-gray-600 text-sm" data-type="cron-list">
主机Cron列表
</button>
</div>