Skip to content

Commit

Permalink
Hide Volume Resize warning in view mode
Browse files Browse the repository at this point in the history
Signed-off-by: Francesco Torchia <[email protected]>
(cherry picked from commit da95a6f)
  • Loading branch information
torchiaf authored and mergify[bot] committed Oct 8, 2024
1 parent d36ad8b commit 4cdc4e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ export default {
:label="ucFirst(value.volumeBackups.error.message)"
/>
<Banner
v-if="isLonghornV2(volume)"
v-if="isLonghornV2(volume) && !isView"
color="warning"
:label="t('harvester.volume.longhorn.disableResize')"
/>
Expand Down

0 comments on commit 4cdc4e5

Please sign in to comment.