From aad1c5a0ba1859d1ccf82cb808b4fcf80792cc33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Kilchenmann?= Date: Wed, 6 Apr 2022 08:50:02 +0200 Subject: [PATCH] style(resource): display class label of incoming link (DEV-568) (#702) --- src/app/workspace/resource/properties/properties.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/workspace/resource/properties/properties.component.html b/src/app/workspace/resource/properties/properties.component.html index e5ae906b96..a79f8a388a 100644 --- a/src/app/workspace/resource/properties/properties.component.html +++ b/src/app/workspace/resource/properties/properties.component.html @@ -152,7 +152,7 @@

{{inRes.label}} + (click)="openResource(inRes.id)">{{inRes.resourceClassLabel}}: {{inRes.label}}