feat: 筛选器添加主机Cron列表按钮
This commit is contained in:
3
app.py
3
app.py
@@ -368,6 +368,9 @@ 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">
|
<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任务
|
Cron任务
|
||||||
</button>
|
</button>
|
||||||
|
<button onclick="scrollToCrons()" class="px-3 py-1 rounded-lg bg-orange-600 hover:bg-orange-700 text-sm">
|
||||||
|
主机Cron列表
|
||||||
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- 项目列表 -->
|
<!-- 项目列表 -->
|
||||||
|
|||||||
Reference in New Issue
Block a user