Rename the Equipment by Type report card to Machines by Type
All checks were successful
CI / backend (push) Successful in 23s
CI / naming (push) Successful in 2s
CI / frontend (push) Successful in 8s

Display label only, matching the Machines relabel; the endpoint id and
equipmenttype entity are unchanged.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
cproudlock
2026-07-11 14:20:41 -04:00
parent dc9fe5834e
commit 26c280df25
2 changed files with 3 additions and 3 deletions

View File

@@ -113,7 +113,7 @@
<table>
<thead>
<tr>
<th>Equipment Type</th>
<th>Machine Type</th>
<th>Description</th>
<th>Count</th>
</tr>

View File

@@ -509,8 +509,8 @@ def list_reports():
reports = [
{
'id': 'equipment-by-type',
'name': 'Equipment by Type',
'description': 'Equipment count grouped by equipment type',
'name': 'Machines by Type',
'description': 'Machine count grouped by machine type',
'endpoint': '/api/reports/equipment-by-type',
'category': 'inventory'
},