This commit is contained in:
Lizandro Guarnizo
2026-04-21 21:13:35 -05:00
parent 8cd3348d94
commit 3a19f08bf8
5 changed files with 916 additions and 0 deletions
+1
View File
@@ -7,6 +7,7 @@
// ── Links estáticos base ──────────────────────────────────────
$_trLinks = [
['name' => 'Dashboard', 'icon' => 'fas fa-tachometer-alt', 'route' => '/erp.php?m=turnero&v=dashboard'],
['name' => 'Historial', 'icon' => 'fas fa-history', 'route' => '/erp.php?m=turnero&v=historial'],
['name' => 'Configuración', 'icon' => 'fas fa-sliders-h', 'route' => '/erp.php?m=turnero&v=configuracion'],
['name' => 'Kiosko', 'icon' => 'fas fa-desktop', 'route' => '/erp.php?m=turnero&v=kiosko'],
['name' => 'Pantalla TV Global', 'icon' => 'fas fa-th-large', 'route' => '/erp.php?m=turnero&v=display_global'],