Skip to content

Commit fece086

Browse files
authored
Merge branch 'ablestack-diplo' into mold-main#2025
2 parents 68f309d + 2e0e376 commit fece086

File tree

2 files changed

+71
-680
lines changed

2 files changed

+71
-680
lines changed

ui/src/config/section/storage.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ export default {
226226
label: 'label.migrate.volume',
227227
args: ['volumeid', 'storageid', 'livemigrate'],
228228
dataView: true,
229-
show: (record, store) => { return record.state === 'Ready' },
229+
show: (record, store) => { return record.state === 'Ready' && !record.kvdoenable },
230230
popup: true,
231231
component: shallowRef(defineAsyncComponent(() => import('@/views/storage/MigrateVolume.vue')))
232232
},
@@ -700,4 +700,4 @@ export default {
700700
]
701701
}
702702
]
703-
}
703+
}

0 commit comments

Comments
 (0)