From 85044ed57129fde44b19f1d9293dd38e1fe5e355 Mon Sep 17 00:00:00 2001 From: lishutong Date: Tue, 20 Jul 2021 15:46:13 +0000 Subject: [PATCH 1/2] Change the look of cross emoji. Test: Mannual tested. Change-Id: I4117f5d9986aece6da8c25757baed8f750cc438e --- tools/ota_analysis/src/components/BasicInfo.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/ota_analysis/src/components/BasicInfo.vue b/tools/ota_analysis/src/components/BasicInfo.vue index 6fdd8bf09..48f0a7f03 100644 --- a/tools/ota_analysis/src/components/BasicInfo.vue +++ b/tools/ota_analysis/src/components/BasicInfo.vue @@ -18,26 +18,26 @@ - +
  • Partial - +
  • VAB - +
  • VABC - +
  • From c0f6a272227f6dcc08b843652589e28457d62cb2 Mon Sep 17 00:00:00 2001 From: lishutong Date: Tue, 20 Jul 2021 16:18:41 +0000 Subject: [PATCH 2/2] Show the old and new partition infos in OTA analysis. Test: Mannual tested. Change-Id: I1e45d3efaefc7368a72f1ed59d09fd48f01b4132 --- .../ota_analysis/src/components/BasicInfo.vue | 5 +- .../src/components/PartitionDetail.vue | 57 ++++++++++++++++--- .../src/components/PayloadDetail.vue | 20 +------ tools/ota_analysis/src/services/payload.js | 15 +++++ 4 files changed, 69 insertions(+), 28 deletions(-) diff --git a/tools/ota_analysis/src/components/BasicInfo.vue b/tools/ota_analysis/src/components/BasicInfo.vue index 48f0a7f03..8a3a2ecb2 100644 --- a/tools/ota_analysis/src/components/BasicInfo.vue +++ b/tools/ota_analysis/src/components/BasicInfo.vue @@ -1,6 +1,9 @@