Revert "PCs: identify by hostname/serial, drop the PC Number field"

This reverts commit 76ca95cc57.
This commit is contained in:
cproudlock
2026-06-26 12:25:32 -04:00
parent 76ca95cc57
commit 6f70575142
3 changed files with 26 additions and 16 deletions

View File

@@ -15,7 +15,7 @@
<div class="hero-card">
<div class="hero-content">
<div class="hero-title">
<h1>{{ computer.computer?.hostname || computer.serialnumber || computer.assetnumber }}</h1>
<h1>{{ computer.assetnumber }}</h1>
<span v-if="identifierflags.fqdn && computer.computer?.hostname" class="hero-alias">{{ computer.computer.hostname }}</span>
</div>
<div class="hero-meta">