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:
Adam Williamson 2017-02-21 11:32:00 -08:00
parent a5861ebc5d
commit 78c4741e00
4 changed files with 15 additions and 15 deletions

View File

@ -0,0 +1,15 @@
{
"properties": [],
"tags": [
"cockpit_main"
],
"area": [
{
"height": 15,
"width": 59,
"xpos": 421,
"type": "match",
"ypos": 174
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

View File

@ -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