Tweak cockpit main needle to work on ppc64 too

We don't get a CPU model on ppc64, we get a machine ID everywhere
(I hope).

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2020-01-15 12:16:33 +00:00
parent e020b87d3a
commit 1e025c0b27
1 changed files with 14 additions and 14 deletions

View File

@ -1,15 +1,15 @@
{
"area": [
{
"ypos": 696,
"type": "match",
"height": 15,
"width": 43,
"xpos": 378
}
],
"properties": [],
"tags": [
"cockpit_main"
]
{
"area": [
{
"height": 15,
"type": "match",
"width": 73,
"xpos": 378,
"ypos": 731
}
],
"properties": [],
"tags": [
"cockpit_main"
]
}