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": [ "area": [
{ {
"ypos": 696, "height": 15,
"type": "match", "type": "match",
"height": 15, "width": 73,
"width": 43, "xpos": 378,
"xpos": 378 "ypos": 731
} }
], ],
"properties": [], "properties": [],
"tags": [ "tags": [
"cockpit_main" "cockpit_main"
] ]
} }