From 25f5038cdd057d60ac58296f5e32ebfbf45eec90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E6=B2=BB=E5=9B=BD?= Date: Tue, 9 Apr 2024 14:01:49 +0800 Subject: [PATCH] fix license --- .../components/job-info/custom-progress.vue | 37 ++++++-- .../src/components/job-info/stage-info.vue | 75 +++++++++------ .../src/components/job-info/task-info.vue | 91 +++++++++++-------- 3 files changed, 130 insertions(+), 73 deletions(-) diff --git a/bigtop-manager-ui/src/components/job-info/custom-progress.vue b/bigtop-manager-ui/src/components/job-info/custom-progress.vue index 55e28d8a..b16971c9 100644 --- a/bigtop-manager-ui/src/components/job-info/custom-progress.vue +++ b/bigtop-manager-ui/src/components/job-info/custom-progress.vue @@ -1,12 +1,21 @@ - + + + diff --git a/bigtop-manager-ui/src/components/job-info/stage-info.vue b/bigtop-manager-ui/src/components/job-info/stage-info.vue index 24a7d573..165d08ef 100644 --- a/bigtop-manager-ui/src/components/job-info/stage-info.vue +++ b/bigtop-manager-ui/src/components/job-info/stage-info.vue @@ -1,31 +1,21 @@ - + + + diff --git a/bigtop-manager-ui/src/components/job-info/task-info.vue b/bigtop-manager-ui/src/components/job-info/task-info.vue index a5d59f50..c63cdcd4 100644 --- a/bigtop-manager-ui/src/components/job-info/task-info.vue +++ b/bigtop-manager-ui/src/components/job-info/task-info.vue @@ -1,39 +1,21 @@ - + + + -- Gitee