From 2ad7328834808ff8254c952fb4c8ab10f16cebdc Mon Sep 17 00:00:00 2001 From: lishutong Date: Tue, 13 Jul 2021 15:08:55 +0000 Subject: [PATCH] Add data table in OTAGUI. Use data table for build library and task monitoring. Test: Mannual tested. Change-Id: Icefd6bd27c98fe6b213ade7239ad4918fa9a9485 --- tools/otagui/src/components/OTAJobTable.vue | 114 ++++++++++++++++++++ tools/otagui/src/views/JobList.vue | 49 +++++---- 2 files changed, 140 insertions(+), 23 deletions(-) create mode 100644 tools/otagui/src/components/OTAJobTable.vue diff --git a/tools/otagui/src/components/OTAJobTable.vue b/tools/otagui/src/components/OTAJobTable.vue new file mode 100644 index 000000000..ae5931129 --- /dev/null +++ b/tools/otagui/src/components/OTAJobTable.vue @@ -0,0 +1,114 @@ + + + \ No newline at end of file diff --git a/tools/otagui/src/views/JobList.vue b/tools/otagui/src/views/JobList.vue index 9cdf2ae36..1bf30edd2 100644 --- a/tools/otagui/src/views/JobList.vue +++ b/tools/otagui/src/views/JobList.vue @@ -1,30 +1,42 @@ - - + \ No newline at end of file