mirror of
https://github.com/harvester/harvester-ui-extension.git
synced 2025-12-13 21:21:44 +00:00
Merge pull request #168 from harvester/mergify/bp/release-harvester-v1.5/pr-167
Hide non-longhorn volume external link (backport #167)
This commit is contained in:
commit
9322a77b20
@ -349,6 +349,10 @@ export default class HciPv extends HarvesterResource {
|
|||||||
const { params } = this.currentRoute();
|
const { params } = this.currentRoute();
|
||||||
const volumeName = this.spec?.volumeName;
|
const volumeName = this.spec?.volumeName;
|
||||||
|
|
||||||
|
if (!this.isLonghorn) {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
if (!volumeName) {
|
if (!volumeName) {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user