We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6f9238 commit c27995cCopy full SHA for c27995c
ui/src/views/application-overview/xpack-component/XPackLimitDrawer.vue
@@ -45,7 +45,7 @@
45
{{ $t('views.applicationOverview.appInfo.LimitDialog.authenticationValue') }}
46
</p>
47
</el-radio>
48
- <el-form-item class="ml-24">
+ <el-form-item class="ml-24" v-if="form.authentication_value.type === 'password'">
49
<el-input
50
class="authentication-append-input"
51
v-model="form.authentication_value.password_value"
@@ -118,7 +118,7 @@
118
>
119
<el-switch size="small" v-model="form.white_active"></el-switch>
120
</el-form-item>
121
- <el-form-item>
+ <el-form-item v-if="form.white_active">
122
123
v-model="form.white_list"
124
:placeholder="$t('views.applicationOverview.appInfo.LimitDialog.whitelistPlaceholder')"
0 commit comments