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 5362bad commit 2dac6cbCopy full SHA for 2dac6cb
ui/src/views/storage/SnapshotZones.vue
@@ -60,15 +60,15 @@
60
</template>
61
<template v-if="column.key === 'actions'">
62
<tooltip-button
63
- v-if="record.datastoretype==='Image' && record.state==='BackedUp'"
+ v-if="record.state==='BackedUp'"
64
style="margin-right: 5px"
65
:disabled="!(copyApi in $store.getters.apis)"
66
:title="$t('label.action.copy.snapshot')"
67
icon="copy-outlined"
68
:loading="copyLoading"
69
@onClick="showCopySnapshot(record)" />
70
71
72
73
:disabled="!(deleteApi in $store.getters.apis)"
74
:title="$t('label.action.delete.snapshot')"
0 commit comments