Skip to content

Commit 82fc73a

Browse files
committed
Remove Rule Cache stats from system health page
Eliminated the Rule Cache statistics card from the system health admin template and expanded the AI Result Cache card to full width. This simplifies the cache statistics section and focuses on AI Result Cache metrics.
1 parent 02c4434 commit 82fc73a

1 file changed

Lines changed: 1 addition & 23 deletions

File tree

app/templates/admin/system_health.html

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ <h3 class="text-warning">{{ system_stats.uptime_hours }}h</h3>
5252

5353
<!-- Cache Statistics -->
5454
<div class="row mb-4">
55-
<div class="col-md-6">
55+
<div class="col-md-12">
5656
<div class="card">
5757
<div class="card-header">
5858
<h5 class="mb-0"><i class="fas fa-brain"></i> AI Result Cache</h5>
@@ -85,28 +85,6 @@ <h5 class="mb-0"><i class="fas fa-brain"></i> AI Result Cache</h5>
8585
</div>
8686
</div>
8787
</div>
88-
89-
<div class="col-md-6">
90-
<div class="card">
91-
<div class="card-header">
92-
<h5 class="mb-0"><i class="fas fa-list"></i> Rule Cache</h5>
93-
</div>
94-
<div class="card-body">
95-
<table class="table table-sm">
96-
<tbody>
97-
<tr>
98-
<td><strong>Cached Projects</strong></td>
99-
<td>{{ cache_stats.rule_cache.cached_projects }}</td>
100-
</tr>
101-
<tr>
102-
<td><strong>Oldest Cache Age</strong></td>
103-
<td>{{ (cache_stats.rule_cache.oldest_cache_age / 60)|int }} minutes</td>
104-
</tr>
105-
</tbody>
106-
</table>
107-
</div>
108-
</div>
109-
</div>
11088
</div>
11189

11290
<!-- Database Connection Pool -->

0 commit comments

Comments
 (0)