From 6fc97074a73efeacdda23f05df3eb49dc584b5e9 Mon Sep 17 00:00:00 2001
From: trantzas <ktrantzas@ece.upatras.gr>
Date: Tue, 9 Jan 2024 14:16:34 +0000
Subject: [PATCH] Fixes #3

---
 .../preview-service/preview-service.component.html              | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/app/p_services/admin/serviceActivationAndConfiguration/preview-service/preview-service.component.html b/src/app/p_services/admin/serviceActivationAndConfiguration/preview-service/preview-service.component.html
index 9f1680a..54473ed 100644
--- a/src/app/p_services/admin/serviceActivationAndConfiguration/preview-service/preview-service.component.html
+++ b/src/app/p_services/admin/serviceActivationAndConfiguration/preview-service/preview-service.component.html
@@ -357,7 +357,7 @@
                                             There are not any Supporting Resources allocated.
                                         </div>
                                         <p *ngFor="let resource of service?.supportingResource" class="mb-2">
-                                            <a *ngIf="resource.id" routerLink='/resources/resource_inventory/{{resource.id}}'>{{resource.name}}</a>
+                                            <a *ngIf="resource.id" routerLink='/resources/resource/{{resource.id}}'>{{resource.name}}</a>
                                             <span *ngIf="!resource.id">{{resource.name}}</span>
                                         </p>
                                     </div>
-- 
GitLab