From 44d6fb9239e1386eca094f9c567643ec15c2f24e Mon Sep 17 00:00:00 2001 From: Daniel Kelemen Date: Wed, 19 Jun 2024 14:56:01 +0200 Subject: [PATCH] fix(webapp): hide link for history incidents w/o configuration related to https://github.com/camunda/camunda-bpm-platform/issues/4221 --- .../scripts/directives/incidents-tab.html | 22 +++++++++++++------ 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/webapps/frontend/ui/cockpit/client/scripts/directives/incidents-tab.html b/webapps/frontend/ui/cockpit/client/scripts/directives/incidents-tab.html index e1469023759..a31555f9a19 100644 --- a/webapps/frontend/ui/cockpit/client/scripts/directives/incidents-tab.html +++ b/webapps/frontend/ui/cockpit/client/scripts/directives/incidents-tab.html @@ -24,13 +24,21 @@ it would be great to be able to copy the stacktrace from here using the clipboard widget but it comes from an API endpoint... --> - - {{ incident.rootCauseIncidentMessage }} - +
+ + {{ incident.rootCauseIncidentMessage }} + + + {{ incident.rootCauseIncidentMessage }} + +