Add unified health and version reporting

This commit is contained in:
Alexa Amundson
2025-11-19 16:04:41 -06:00
parent 2610c3a07f
commit be339de703
7 changed files with 191 additions and 7 deletions

View File

@@ -57,6 +57,25 @@
</div>
</div>
<div class="section">
<h3>Service Health</h3>
<table class="data-table">
<thead>
<tr>
<th>Service</th>
<th>Status</th>
<th>Version</th>
<th>Endpoint</th>
</tr>
</thead>
<tbody id="service-health-body">
<tr>
<td colspan="4" class="empty-state">Waiting for health checks...</td>
</tr>
</tbody>
</table>
</div>
<div class="section">
<h3>Quick Actions</h3>
<div class="button-group">