Minor fixes
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user