Rename the Equipment by Type report card to Machines by Type
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:
@@ -113,7 +113,7 @@
|
|||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Equipment Type</th>
|
<th>Machine Type</th>
|
||||||
<th>Description</th>
|
<th>Description</th>
|
||||||
<th>Count</th>
|
<th>Count</th>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
@@ -509,8 +509,8 @@ def list_reports():
|
|||||||
reports = [
|
reports = [
|
||||||
{
|
{
|
||||||
'id': 'equipment-by-type',
|
'id': 'equipment-by-type',
|
||||||
'name': 'Equipment by Type',
|
'name': 'Machines by Type',
|
||||||
'description': 'Equipment count grouped by equipment type',
|
'description': 'Machine count grouped by machine type',
|
||||||
'endpoint': '/api/reports/equipment-by-type',
|
'endpoint': '/api/reports/equipment-by-type',
|
||||||
'category': 'inventory'
|
'category': 'inventory'
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user