hide non longhorn volume external link

Signed-off-by: andy.lee <andy.lee@suse.com>
(cherry picked from commit 046947de32f16c5c95fad6731ad9d5bb53c45cf7)
This commit is contained in:
andy.lee 2025-02-26 16:54:09 +08:00 committed by Mergify
parent 2ef8e2e0aa
commit ed7d7ffd2e

View File

@ -349,6 +349,10 @@ export default class HciPv extends HarvesterResource {
const { params } = this.currentRoute();
const volumeName = this.spec?.volumeName;
if (!this.isLonghorn) {
return null;
}
if (!volumeName) {
return null;
}