fix: 修复内存使用率图标不显示问题
- ri-memory-card-line 不是有效的 Remix Icon - 替换为 ri-database-2-line 图标
This commit is contained in:
2
app.py
2
app.py
@@ -1446,7 +1446,7 @@ HTML_TEMPLATE = '''<!DOCTYPE html>
|
||||
</div>
|
||||
<div class="threshold-item">
|
||||
<div class="threshold-label">
|
||||
<i class="ri-memory-card-line threshold-icon text-green-400"></i>
|
||||
<i class="ri-database-2-line threshold-icon text-green-400"></i>
|
||||
<span class="text-gray-300 text-sm">内存使用率</span>
|
||||
</div>
|
||||
<div class="flex items-center gap-2">
|
||||
|
||||
30022
logs/app.log
30022
logs/app.log
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user