change servicio cliente to maquina tareas

This commit is contained in:
amazuecos
2025-01-18 09:49:00 +01:00
parent c5440ad76e
commit 84accc8e03
23 changed files with 412 additions and 395 deletions

View File

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