From d0bdb7e2ec49db2259e1d42f862cf9ba787ed950 Mon Sep 17 00:00:00 2001 From: Priyanka Date: Fri, 16 Jul 2021 13:02:14 +0000 Subject: [PATCH] Add headers to Transactions and Log View tables. Test: Run a trace. Scroll down to Transactions and ProtoLog containers and check that their respective tables have headings. Bug: 159618770 Change-Id: I8d51afcfd192fa7e34c5a4aa376057bf1c14be58 --- tools/winscope/src/LogView.vue | 41 +++++++++++++++---------- tools/winscope/src/TransactionsView.vue | 7 +++++ 2 files changed, 31 insertions(+), 17 deletions(-) diff --git a/tools/winscope/src/LogView.vue b/tools/winscope/src/LogView.vue index ce9ff10d4..7e453a285 100644 --- a/tools/winscope/src/LogView.vue +++ b/tools/winscope/src/LogView.vue @@ -15,24 +15,31 @@