Loading src/app/p_services/admin/serviceActivationAndConfiguration/preview-service/preview-service.component.html +1 −1 Original line number Diff line number Diff line Loading @@ -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> Loading Loading
src/app/p_services/admin/serviceActivationAndConfiguration/preview-service/preview-service.component.html +1 −1 Original line number Diff line number Diff line Loading @@ -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> Loading