From 1e025c0b27a554c8b1a3060dc36fcc680c611ad7 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Jan 15 2020 12:16:33 +0000 Subject: 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 --- diff --git a/needles/cockpit/cockpit_main-cockpit209-20191214.json b/needles/cockpit/cockpit_main-cockpit209-20191214.json index 47a2c51..391526c 100644 --- a/needles/cockpit/cockpit_main-cockpit209-20191214.json +++ b/needles/cockpit/cockpit_main-cockpit209-20191214.json @@ -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" + ] } \ No newline at end of file