Skip to content

Commit

Permalink
style: 应用忽略升级样式修改 (#3809)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengkunwang223 committed Feb 4, 2024
1 parent bedb8ce commit eef445c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/views/app-store/installed/upgrade/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<el-checkbox v-model="operateReq.backup" :label="$t('app.backupApp')" />
<span class="input-help">{{ $t('app.backupAppHelper') }}</span>
</el-form-item>
<el-form-item pro="pullImage">
<el-form-item pro="pullImage" v-if="operateReq.operate === 'upgrade'">
<el-checkbox v-model="operateReq.pullImage" :label="$t('container.forcePull')" size="large" />
<span class="input-help">{{ $t('container.forcePullHelper') }}</span>
</el-form-item>
Expand Down

0 comments on commit eef445c

Please sign in to comment.