Minor fixes

This commit is contained in:
Mario
2024-08-05 23:45:20 +02:00
parent eaf0c775ac
commit e0bad00f0d
4 changed files with 16 additions and 14 deletions

View File

@@ -24,6 +24,7 @@
<th class='d-none d-md-table-cell'>IPv6 Address</th>
<th class='text-right'>CPU</th>
<th class='text-right'>RAM (GB)</th>
<th class='text-right'>Storage (GB)</th>
</tr>
</thead>
<tbody>
@@ -48,6 +49,9 @@
<td class='text-right'>
<span t-field="server.ram"/>
</td>
<td class='text-right'>
<span t-field="server.storage"/>
</td>
</tr>
</t>
</tbody>
@@ -73,9 +77,9 @@
<div class="row mb-4">
<div class="col-12 text-right">
<a t-att-href="'/my/vps/%s/restart' % vps_server.id"
class="btn btn-primary"
onclick="return confirm('Are you sure you want to restart this VPS?');">
<i class="fa fa-refresh"/> Restart VPS
class="btn btn-primary"
onclick="return confirm('Are you sure you want to restart this VPS?');">
<i class="fa fa-refresh"/> Restart VPS
</a>
</div>
</div>