From 5ad5ba9167841ec638588d61c225680b6195d793 Mon Sep 17 00:00:00 2001 From: lishutong Date: Thu, 15 Jul 2021 15:47:39 +0000 Subject: [PATCH 1/2] Fix few UI bugs. 1. The ordering in OTAJobTable was incorrect. Now fixed. 2. The JobDisplay card in JobList wasn't rendered correctly. Test: Mannual tested. Change-Id: I53d861fb60a623552487f957b42f4cd7404e654e --- tools/otagui/src/components/JobDisplay.vue | 4 ++-- tools/otagui/src/components/OTAJobTable.vue | 18 ++++++++---------- tools/otagui/src/views/JobList.vue | 9 ++++----- 3 files changed, 14 insertions(+), 17 deletions(-) diff --git a/tools/otagui/src/components/JobDisplay.vue b/tools/otagui/src/components/JobDisplay.vue index ee4abb601..98368b380 100644 --- a/tools/otagui/src/components/JobDisplay.vue +++ b/tools/otagui/src/components/JobDisplay.vue @@ -36,8 +36,8 @@ export default {