Replace cockpit 'main screen' needle
They got rid of the 'Dashboard' text we were matching on, so let's change this needle. This 'Hardware' text should show up in all cockpit versions, I think.
This commit is contained in:
parent
a5861ebc5d
commit
78c4741e00
15
needles/cockpit/cockpit_main.json
Normal file
15
needles/cockpit/cockpit_main.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"cockpit_main"
|
||||
],
|
||||
"area": [
|
||||
{
|
||||
"height": 15,
|
||||
"width": 59,
|
||||
"xpos": 421,
|
||||
"type": "match",
|
||||
"ypos": 174
|
||||
}
|
||||
]
|
||||
}
|
BIN
needles/cockpit/cockpit_main.png
Normal file
BIN
needles/cockpit/cockpit_main.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 49 KiB |
@ -1,15 +0,0 @@
|
||||
{
|
||||
"tags": [
|
||||
"cockpit_main"
|
||||
],
|
||||
"area": [
|
||||
{
|
||||
"xpos": 198,
|
||||
"ypos": 111,
|
||||
"width": 78,
|
||||
"height": 22,
|
||||
"type": "match"
|
||||
}
|
||||
],
|
||||
"properties": []
|
||||
}
|
Binary file not shown.
Before Width: | Height: | Size: 49 KiB |
Loading…
Reference in New Issue
Block a user