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:
@@ -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'
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user