Valdee
This commit is contained in:
parent
d80fdce304
commit
e2c550ef21
|
|
@ -414,7 +414,7 @@ function appliquerDataTable() {
|
|||
destroy: true,
|
||||
responsive: true,
|
||||
order: [[0, "desc"]],
|
||||
lengthMenu: [25, 50, 100],
|
||||
lengthMenu: [10, 50, 100],
|
||||
pagingType: "full_numbers",
|
||||
autoWidth: false,
|
||||
language: translations[codeLangue] || translations.fr_FR,
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<div class="container text-primary">
|
||||
<h1><i class="fas fa-home"></i> <?= _('Tableau de bord') ?></h1>
|
||||
<h1><i class="fas fa-tachometer-alt"></i> <?= _('Tableau de bord') ?></h1>
|
||||
|
||||
<!-- KPIs -->
|
||||
<div class="kpis">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user