UI: Show protocol on zone wide storage (#6117)

This commit is contained in:
Nicolas Vazquez 2022-03-14 13:46:20 -03:00 committed by GitHub
parent afdc73f911
commit 1119a22d74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@
</template>
<a-input v-model:value="form.name" :placeholder="apiParams.name.description"/>
</a-form-item>
<a-form-item name="protocol" ref="protocol" v-if="form.scope === 'cluster' || form.scope === 'host'">
<a-form-item name="protocol" ref="protocol" v-if="form.scope === 'zone' || form.scope === 'cluster' || form.scope === 'host'">
<template #label>
<tooltip-label :title="$t('label.protocol')" :tooltip="$t('message.protocol.description')"/>
</template>