mirror of https://github.com/apache/cloudstack.git
ui: Fix storage pool label for protocol (#6089)
* UI: Fix storage pool label for protocol * Fix tooltip
This commit is contained in:
parent
8dc5db137f
commit
9ad5d346c4
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue