mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
change servicio cliente to maquina tareas
This commit is contained in:
@ -2,9 +2,9 @@
|
||||
<table id="<?= $id ?>" class="table table-striped table-hover" style="width: 100%;">
|
||||
<thead>
|
||||
<tr>
|
||||
<th><?= lang('ServicioCliente.datatable.nombre') ?></th>
|
||||
<th><?= lang('ServicioCliente.datatable.code') ?></th>
|
||||
<th><?= lang('ServicioCliente.datatable.created_at') ?></th>
|
||||
<th><?= lang('MaquinaTarea.datatable.nombre') ?></th>
|
||||
<th><?= lang('MaquinaTarea.datatable.description') ?></th>
|
||||
<th><?= lang('MaquinaTarea.datatable.created_at') ?></th>
|
||||
<th class="text-nowrap"><?= lang('Basic.global.Action') ?></th>
|
||||
</tr>
|
||||
</thead>
|
||||
Reference in New Issue
Block a user