OS and Case minor change

This commit is contained in:
2025-04-07 13:51:23 +02:00
parent 96e92f5805
commit 61ed2159be
2 changed files with 24 additions and 1 deletions

View File

@@ -53,7 +53,8 @@
Environnement
</div>
<div class="card-body">
<h5 class="display-6">{{ full['hostname'] }}</h5>
<h5 class="display-6">{{ full['hostname'].capitalize() }}</h5>
<br> OS : {{ full['os'].capitalize() }}
<br> CPU : {{ full['cpu_number'] }}
<br> vCPU : {{ full['vcpu'] }}
<br> Memory : {{ full['mem_max']}}