Revert "PCs: identify by hostname/serial, drop the PC Number field"
This reverts commit 76ca95cc57.
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user