diff --git a/src/SfxWeb/src/app/Models/DataModels/DeployedReplica.ts b/src/SfxWeb/src/app/Models/DataModels/DeployedReplica.ts index 18376e29d..af5dafa05 100644 --- a/src/SfxWeb/src/app/Models/DataModels/DeployedReplica.ts +++ b/src/SfxWeb/src/app/Models/DataModels/DeployedReplica.ts @@ -87,7 +87,6 @@ export class DeployedReplica extends DataModelBase { return `Reconfiguring: ${PreviousReplicaRole} ${UnicodeConstants.RightArrow} ${ReplicaRole}`; } - public get viewPath(): string { return RoutesService.getDeployedReplicaViewPath(this.parent.parent.parent.name, this.parent.parent.id, this.parent.id, this.parent.servicePackageActivationId, this.raw.PartitionId, this.id); }