mirror of
https://github.com/retspen/webvirtcloud
synced 2025-01-24 14:15:21 +00:00
Add trans label to headers
This commit is contained in:
parent
c98f0b1232
commit
a63e9036fe
1 changed files with 5 additions and 5 deletions
|
@ -55,11 +55,11 @@
|
||||||
<table class="table table-hover table-striped sortable-theme-bootstrap" data-sortable>
|
<table class="table table-hover table-striped sortable-theme-bootstrap" data-sortable>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Name</th>
|
<th>{% trans 'Name' %}</th>
|
||||||
<th>Status</th>
|
<th>{% trans 'Status' %}</th>
|
||||||
<th>VCPU</th>
|
<th>{% trans 'VCPU' %}</th>
|
||||||
<th>Memory</th>
|
<th>{% trans 'Memory' %}</th>
|
||||||
<th data-sortable="false" style="width: 165px;">Actions</th>
|
<th data-sortable="false" style="width: 165px;">{% trans 'Actions' %}</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody class="searchable">
|
<tbody class="searchable">
|
||||||
|
|
Loading…
Reference in a new issue