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