From cb18d170cfc31327938586c2cd67d0920735422e Mon Sep 17 00:00:00 2001 From: cproudlock Date: Wed, 5 Aug 2026 10:33:47 -0400 Subject: [PATCH] Say whose type it is Two fields on the same page were both labelled "Type": the asset's own, and the catalog model's. Only one of them was vague. "Model type" already says exactly what it is; the bare "Type" did not say whose. So the unqualified one is the one that changes. No new vocabulary, and "Model type" reads correctly against it: Type -> Machine Type (machines) Type -> PC Type (computers) Type -> Printer Type (printers) Type -> Device Type (network devices) Left alone everywhere the word is not ambiguous - measuring tools, subnets, VLANs, notifications, supply types and the manifest editor have no model type on screen to be confused with. This is a labelling change only. It does not address the blank type column on machines imported from the classic ASP database, which is a data gap the backfill script fills; renaming a column heading was never going to put values in it. --- plugins/computers/frontend/views/PCDetail.vue | 2 +- plugins/computers/frontend/views/PCsList.vue | 2 +- plugins/machines/frontend/views/MachineDetail.vue | 4 ++-- plugins/machines/frontend/views/MachinesList.vue | 2 +- plugins/network/frontend/views/NetworkDevicesList.vue | 2 +- plugins/printers/frontend/views/PrintersList.vue | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/plugins/computers/frontend/views/PCDetail.vue b/plugins/computers/frontend/views/PCDetail.vue index 6970377..ce28eaa 100644 --- a/plugins/computers/frontend/views/PCDetail.vue +++ b/plugins/computers/frontend/views/PCDetail.vue @@ -34,7 +34,7 @@
- Type + PC Type {{ computer.computer.computertypename }}
diff --git a/plugins/computers/frontend/views/PCsList.vue b/plugins/computers/frontend/views/PCsList.vue index 2c00dc6..d5d8567 100644 --- a/plugins/computers/frontend/views/PCsList.vue +++ b/plugins/computers/frontend/views/PCsList.vue @@ -28,7 +28,7 @@ Asset Tag Hostname Serial Number - Type + PC Type Remote Access Status Location diff --git a/plugins/machines/frontend/views/MachineDetail.vue b/plugins/machines/frontend/views/MachineDetail.vue index 27cce65..f1e8b51 100644 --- a/plugins/machines/frontend/views/MachineDetail.vue +++ b/plugins/machines/frontend/views/MachineDetail.vue @@ -53,7 +53,7 @@
- Type + Machine Type {{ machine.machine.machinetypename }}
@@ -109,7 +109,7 @@

Hardware

- Type + Machine Type {{ machine.machine?.machinetypename || '-' }}
diff --git a/plugins/machines/frontend/views/MachinesList.vue b/plugins/machines/frontend/views/MachinesList.vue index a1afc13..4571376 100644 --- a/plugins/machines/frontend/views/MachinesList.vue +++ b/plugins/machines/frontend/views/MachinesList.vue @@ -28,7 +28,7 @@ Machine # Name Serial Number - Type + Machine Type Vendor Status Location diff --git a/plugins/network/frontend/views/NetworkDevicesList.vue b/plugins/network/frontend/views/NetworkDevicesList.vue index 89add4f..bbab3b8 100644 --- a/plugins/network/frontend/views/NetworkDevicesList.vue +++ b/plugins/network/frontend/views/NetworkDevicesList.vue @@ -58,7 +58,7 @@ Asset Tag Hostname Serial Number - Type + Device Type Vendor Features Status diff --git a/plugins/printers/frontend/views/PrintersList.vue b/plugins/printers/frontend/views/PrintersList.vue index 7b3af3c..36cacdf 100644 --- a/plugins/printers/frontend/views/PrintersList.vue +++ b/plugins/printers/frontend/views/PrintersList.vue @@ -38,7 +38,7 @@ Asset Tag Name Business Unit - Type + Printer Type Model Status Actions