bug6173 aftermath: fix the links to the release notes in the LandscapeManagement panel

This commit is contained in:
Axel Uhl
2025-11-21 16:29:07 +01:00
parent dda6eae443
commit ae23864505
@@ -32,6 +32,7 @@ public class SailingApplicationReplicaSetDTO<ShardingKey> implements Named, IsSe
this.replicaSetName = replicaSetName;
this.version = version;
this.replicas = new ArrayList<>();
this.releaseNotesLink = releaseNotesLink;
this.hostname = hostname;
this.defaultRedirectPath = defaultRedirectPath;
this.autoScalingGroupAmiId = autoScalingGroupAmiId;