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 572fc11 commit 7bab40dCopy full SHA for 7bab40d
ui/src/views/compute/InstanceTab.vue
@@ -39,7 +39,7 @@
39
style="width: 100%; margin-bottom: 10px"
40
@click="showAddVolModal"
41
:loading="loading"
42
- :disabled="!('createVolume' in $store.getters.apis)">
+ :disabled="!('createVolume' in $store.getters.apis) || this.vm.state === 'Error'">
43
<template #icon><plus-outlined /></template> {{ $t('label.action.create.volume.add') }}
44
</a-button>
45
<volumes-tab :resource="vm" :loading="loading" />
0 commit comments