Skip to content

Commit 4fb28b8

Browse files
jinquantianxiaiSecloud
authored andcommitted
fix(frontend): 任务日志历史执行记录查询问题修复 #10332
# Reviewed, transaction id: 40846
1 parent 1d15b47 commit 4fb28b8

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

dbm-ui/frontend/src/components/db-log/index.vue

-1
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,6 @@
322322
height: 100%;
323323
justify-content: center;
324324
align-items: center;
325-
background-color: #1a1a1a;
326325
}
327326

328327
.quick-switch {

dbm-ui/frontend/src/views/task-history/components/NodeLog.vue

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
</span>
3333
<div class="log-header-info">
3434
<RetrySelector
35+
v-if="isShow"
3536
:node-id="nodeData.id"
3637
@change="handleChangeDate" />
3738
<BkTag

0 commit comments

Comments
 (0)