1
0
Fork 0
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:
catborise 2018-12-18 10:18:01 +03:00
parent c98f0b1232
commit a63e9036fe

View file

@ -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">