mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-18 15:33:15 +00:00
Merge pull request #3678 from alchemy-fr/PHRAS-3311-hide-payload-column
PHRAS-3311 Merge Admin Worker manager - Tab Job - hide payload column
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
<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: payload' | trans }}</th>
|
||||
{# <th class="sortable">{{ 'admin::workermanager:tab:workerinfo: payload' | trans }}</th>#}
|
||||
<th class="sortable">{{ 'admin::workermanager:tab:workerinfo: published' | trans }}</th>
|
||||
<th class="sortable">{{ 'admin::workermanager:tab:workerinfo: created' | trans }}</th>
|
||||
<th class="sortable">{{ 'admin::workermanager:tab:workerinfo: finished' | trans }}</th>
|
||||
@@ -75,7 +75,7 @@
|
||||
<td>{{ workerRow.recordId }}</td>
|
||||
<td>{{ workerRow.work }}</td>
|
||||
<td>{{ workerRow.workOn }}</td>
|
||||
<td>{{ workerRow.payload| json_encode }}</td>
|
||||
{# <td>{{ workerRow.payload| json_encode }}</td>#}
|
||||
<td>{{ workerRow.published|date('Y-m-d H:i:s') }}</td>
|
||||
<td>{{ workerRow.created|date('Y-m-d H:i:s') }}</td>
|
||||
<td>
|
||||
|
Reference in New Issue
Block a user