We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 836ef9e commit 8923110Copy full SHA for 8923110
ui/src/views/compute/InstanceTab.vue
@@ -33,7 +33,7 @@
33
<router-link :to="{ path: '/iso/' + vm.isoid }">{{ vm.isoname }}</router-link> <br/>
34
<barcode-outlined /> {{ vm.isoid }}
35
</a-tab-pane>
36
- <a-tab-pane :tab="$t('label.volumes')" key="volumes">
+ <a-tab-pane :tab="$t('label.volumes')" key="volumes" v-if="'listVolumes' in $store.getters.apis">
37
<a-button
38
type="primary"
39
style="width: 100%; margin-bottom: 10px"
0 commit comments