added shorcuts for order, monitor and worker modules #843
|
@ -10,7 +10,12 @@
|
||||||
],
|
],
|
||||||
"card": []
|
"card": []
|
||||||
},
|
},
|
||||||
"keybindings": [],
|
"keybindings": [
|
||||||
|
{
|
||||||
|
"key": "m",
|
||||||
|
"state": "monitor.index"
|
||||||
|
}
|
||||||
|
],
|
||||||
"routes": [
|
"routes": [
|
||||||
{
|
{
|
||||||
"url": "/monitor",
|
"url": "/monitor",
|
||||||
|
|
|
@ -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",
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue