Merge branch 'dev' into 3506-ticket_sale_transfer
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Carlos Jimenez Ruiz 2022-01-12 09:19:51 +00:00
commit 98cd0b659c
3 changed files with 18 additions and 1 deletions

View File

@ -10,7 +10,12 @@
], ],
"card": [] "card": []
}, },
"keybindings": [], "keybindings": [
{
"key": "m",
"state": "monitor.index"
}
],
"routes": [ "routes": [
{ {
"url": "/monitor", "url": "/monitor",

View File

@ -15,6 +15,12 @@
{"state": "order.card.line", "icon": "icon-lines"} {"state": "order.card.line", "icon": "icon-lines"}
] ]
}, },
"keybindings": [
{
"key": "o",
"state": "order.index"
}
],
"routes": [ "routes": [
{ {
"url": "/order", "url": "/order",

View File

@ -24,6 +24,12 @@
{"state": "worker.card.workerLog", "icon": "history"} {"state": "worker.card.workerLog", "icon": "history"}
] ]
}, },
"keybindings": [
{
"key": "w",
"state": "worker.index"
}
],
"routes": [ "routes": [
{ {
"url": "/worker", "url": "/worker",