Skip to content

Commit

Permalink
ui: Fix storage pool label for protocol (#6089)
Browse files Browse the repository at this point in the history
* UI: Fix storage pool label for protocol

* Fix tooltip
  • Loading branch information
nvazquez committed Mar 10, 2022
1 parent 8dc5db1 commit 9ad5d34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/views/infra/AddPrimaryStorage.vue
Expand Up @@ -143,7 +143,7 @@
</a-form-item>
<a-form-item name="protocol" ref="protocol" v-if="form.scope === 'cluster' || form.scope === 'host'">
<template #label>
<tooltip-label :title="$t('label.clusterid')" :tooltip="apiParams.clusterid.description"/>
<tooltip-label :title="$t('label.protocol')" :tooltip="$t('message.protocol.description')"/>
</template>
<a-select
v-model:value="form.protocol"
Expand Down

0 comments on commit 9ad5d34

Please sign in to comment.