PHRAS-3082

This commit is contained in:
Harrys Ravalomanana
2020-05-21 14:26:31 +04:00
parent 15a9a55c7f
commit 98f0e602b1
9 changed files with 156 additions and 16 deletions

View File

@@ -24,7 +24,7 @@
</p>
</form>
<br><br>
<button id="refresh-list" class="btn btn-success">
{{ 'admin::workermanager:tab:workerinfo: Refresh list' |trans }}
</button>
@@ -42,13 +42,13 @@
<table class="admintable">
<thead>
<tr>
<th class="sortable">databox_id</th>
<th class="sortable">record_id</th>
<th class="sortable">work</th>
<th class="sortable">work_on</th>
<th class="sortable">created</th>
<th class="sortable">published</th>
<th class="sortable">status</th>
<th class="sortable">{{ 'admin::workermanager:tab:workerinfo: databox_id' | trans }}</th>
<th class="sortable">{{ 'admin::workermanager:tab:workerinfo: record_id' | trans }}</th>
<th class="sortable">{{ 'admin::workermanager:tab:workerinfo: work' | trans }}</th>
<th class="sortable">{{ 'admin::workermanager:tab:workerinfo: work_on' | trans }}</th>
<th class="sortable">{{ 'admin::workermanager:tab:workerinfo: created' | trans }}</th>
<th class="sortable">{{ 'admin::workermanager:tab:workerinfo: published' | trans }}</th>
<th class="sortable">{{ 'admin::workermanager:tab:workerinfo: status' | trans }}</th>
</tr>
</thead>
<tbody class="work-list">