Skip to content
Snippets Groups Projects
Commit e1a3fad4 authored by Tibo's avatar Tibo
Browse files

Display uuid in small font size

parent 4c7326cb
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ window.monitorServerToken = "{{ $server->read_token }}";
<div class="card">
<div class="card-body">
<p>{{ $server->manufacturer() }} {{ $server->productName() }}</p>
<p>{{ $server->uuid() }}</p>
<p><small>{{ $server->uuid() }}</small></p>
@php
$cpuinfo = $server->cpuinfo();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment