This commit is contained in:
2026-01-04 09:48:25 +01:00
parent c425a53ec9
commit 3a727ca466

View File

@@ -157,12 +157,20 @@ const kpis = [
trend: "-3% this month",
trendValue: -3,
icon: Gauge,
// action: () => openInTryton(
// "open.position.report",
// undefined,
// ["tree"],
// '[["id", ">", 0]]',
// "exec_window",
// context
// )
action: () => openInTryton(
"open.position.report",
undefined,
["tree"],
'[["id", ">", 0]]',
"exec_window",
"open_tab",
context
)
},