Skip to content

Commit

Permalink
Update inspectionslist.php
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlosb committed May 29, 2024
1 parent d6292f0 commit 26eea02
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions application/views/inspectionslist.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
<th scope="col" class="text-center"><small><?= $this->lang->line('make_vhcl'); ?></small></th>
<th scope="col" class="text-center"><small><?= $this->lang->line('model_vhcl'); ?></small></th>
<th scope="col" class="text-center"><small><?= $this->lang->line('reg_vhcl'); ?></small></th>
<th scope="col" class="text-center"><small><?= $this->lang->line('vin_vhcl'); ?></small></th>
<th scope="col" class="text-center never"><small><?= $this->lang->line('vin_vhcl'); ?></small></th>
<th scope="col" class="text-center"><small><?= $this->lang->line('client_vhcl'); ?></small></th>
<th scope="col" class="text-center"><small><?= $this->lang->line('inspector'); ?></small></th>
<th scope="col" class="text-center never"><small><?= $this->lang->line('inspector'); ?></small></th>
<th scope="col" class="text-center all"><i class="fal fa-file-alt"></i></th>
<th scope="col" class="text-center"><i class="fal fa-tachometer-fast"></i></th>
<th scope="col" class="text-center all"></th>
Expand Down Expand Up @@ -103,7 +103,7 @@ className: 'btn btn-success',
language: {
url: "//cdn.datatables.net/plug-ins/1.10.19/i18n/"+ ulang +".json"
},
/* stateSave: true, */
stateSave: true,
columnDefs: [
{searchable: false, orderable: false, targets: [4,5,6] },
{targets: 1, render: DataTable.render.date('YYYY-MM-DD', 'DD-MM-YYYY', 'el')}
Expand Down

0 comments on commit 26eea02

Please sign in to comment.