fix: 主机Cron列表按钮样式改为灰色,与其他筛选按钮一致
This commit is contained in:
2
app.py
2
app.py
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user