Skip to content

Commit

Permalink
frontend fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
DanRunfola committed Feb 18, 2025
1 parent e81db05 commit ce597be
Showing 1 changed file with 19 additions and 24 deletions.
43 changes: 19 additions & 24 deletions geoBoundaryBuilder/monitor/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -170,29 +170,6 @@ <h2>System Status</h2>
<div class="stat-title">Ready Tasks</div>
<div class="stat-value" id="ready-tasks">-</div>
</div>
<div class="stat-card">
<div class="stat-title">Worker Status</div>
<div class="stat-value" id="worker-status">-</div>
</div>

<h2>Worker Status Grid</h2>
<div class="worker-grid">
<table>
<thead>
<tr>
<th>ISO</th>
<th>ADM0</th>
<th>ADM1</th>
<th>ADM2</th>
<th>ADM3</th>
<th>ADM4</th>
<th>ADM5</th>
</tr>
</thead>
<tbody id="worker-grid-body">
</tbody>
</table>
</div>
<div class="stat-card">
<div class="stat-title">Processed in Last 24h</div>
<div class="stat-value" id="processed-24h">-</div>
Expand All @@ -203,10 +180,28 @@ <h2>Worker Status Grid</h2>
</div>
</div>

<h2>System Status</h2>
<div class="status-grid" id="status-grid">
<!-- Status cards will be inserted here -->
</div>

<h2>Worker Status Grid</h2>
<div class="worker-grid">
<table>
<thead>
<tr>
<th>ISO</th>
<th>ADM0</th>
<th>ADM1</th>
<th>ADM2</th>
<th>ADM3</th>
<th>ADM4</th>
<th>ADM5</th>
</tr>
</thead>
<tbody id="worker-grid-body">
</tbody>
</table>
</div>
</div>

<script>
Expand Down

0 comments on commit ce597be

Please sign in to comment.