04.01.26
This commit is contained in:
10
src/App.jsx
10
src/App.jsx
@@ -157,12 +157,20 @@ const kpis = [
|
|||||||
trend: "-3% this month",
|
trend: "-3% this month",
|
||||||
trendValue: -3,
|
trendValue: -3,
|
||||||
icon: Gauge,
|
icon: Gauge,
|
||||||
|
// action: () => openInTryton(
|
||||||
|
// "open.position.report",
|
||||||
|
// undefined,
|
||||||
|
// ["tree"],
|
||||||
|
// '[["id", ">", 0]]',
|
||||||
|
// "exec_window",
|
||||||
|
// context
|
||||||
|
// )
|
||||||
action: () => openInTryton(
|
action: () => openInTryton(
|
||||||
"open.position.report",
|
"open.position.report",
|
||||||
undefined,
|
undefined,
|
||||||
["tree"],
|
["tree"],
|
||||||
'[["id", ">", 0]]',
|
'[["id", ">", 0]]',
|
||||||
"exec_window",
|
"open_tab",
|
||||||
context
|
context
|
||||||
)
|
)
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user