OS and Case minor change
This commit is contained in:
@@ -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']}}
|
||||
|
||||
Reference in New Issue
Block a user