290825-0209
This commit is contained in:
@@ -14,6 +14,13 @@
|
||||
// Map de opciones por página. Usa body[data-page] o window.scPageId.
|
||||
const SC_SIDEBAR_ITEMS = {
|
||||
// === ejemplos ===
|
||||
"dashboard": [
|
||||
{ text: "Ver reportes", href: "/reportes" },
|
||||
{ text: "Actualizar", href: "#", attr: { "data-action": "refresh-list" } },
|
||||
{ text: "Exportar (CSV)", href: "#", attr: { "data-action": "export-csv" } },
|
||||
{ text: "Nueva comanda", href: "/comandas" },
|
||||
{ text: "Ir a Estado", href: "/estadoComandas" }
|
||||
],
|
||||
"estadoComandas": [
|
||||
{ text: "➕ Nueva comanda", href: "/comandas" },
|
||||
{ text: "Solo abiertas", href: "#", attr: { "data-action": "toggle-abiertas" } },
|
||||
|
||||
Reference in New Issue
Block a user