added shorcuts for order, monitor and worker modules
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Carlos Jimenez Ruiz 2022-01-10 16:08:45 +01:00
parent 51bf4e44ba
commit 7b5e6e8a23
3 changed files with 18 additions and 1 deletions

View File

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

View File

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

View File

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