Skip to content

Commit

Permalink
optimization: 手动安装引导页去除冗余提示信息 (closed #855)
Browse files Browse the repository at this point in the history
  • Loading branch information
GONGONGONG authored and ZhuoZhuoCrayon committed Jun 27, 2022
1 parent 826023f commit f89e3fc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions dev_log/2.2.18/daoqing_202206231831.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
optimization:
- "手动安装引导页去除冗余提示信息 (closed #855)"
4 changes: 2 additions & 2 deletions frontend/src/views/task/task-detail-slider.vue
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
</template>
</bk-popover>
</p>
<Tips class="mb20" v-if="hostSys !== 'WINDOWS'">
<!-- <Tips class="mb20" v-if="hostSys !== 'WINDOWS'">
<template #default>
<i18n tag="p" path="请将操作指令中的数据替换再执行">
<span class="tips-text-decs">{{ $t('账号') }}</span>
Expand All @@ -56,7 +56,7 @@
<span class="tips-text-decs">{{ $t('真实数据') }}</span>
</i18n>
</template>
</Tips>
</Tips> -->
<template v-if="!commandError">
<ul class="commands-list" v-if="commandData.length">
<li class="commands-item"
Expand Down
4 changes: 2 additions & 2 deletions frontend/src/views/task/task-detail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@
</template>
</bk-popover>
</p>
<Tips class="mb20" v-if="slider.hostSys !== 'WINDOWS'">
<!-- <Tips class="mb20" v-if="slider.hostSys !== 'WINDOWS'">
<template #default>
<p>
{{ $t('请将指令中的') }}
Expand All @@ -259,7 +259,7 @@
{{ $t('再执行') }}
</p>
</template>
</Tips>
</Tips> -->
<template v-if="!commandError">
<ul class="commands-list" v-if="commandData.length">
<li class="commands-item"
Expand Down

0 comments on commit f89e3fc

Please sign in to comment.