From fc7208020ea10d7fc263ab8937f7231f27ebe0d1 Mon Sep 17 00:00:00 2001 From: Jason Kulatunga Date: Sat, 11 Jun 2022 12:18:27 -0700 Subject: [PATCH] remove status reason click for more details text. --- webapp/frontend/src/app/modules/detail/detail.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/frontend/src/app/modules/detail/detail.component.html b/webapp/frontend/src/app/modules/detail/detail.component.html index 6b8dbb8..da8ad7a 100644 --- a/webapp/frontend/src/app/modules/detail/detail.component.html +++ b/webapp/frontend/src/app/modules/detail/detail.component.html @@ -169,7 +169,7 @@ [ngClass]="{'bg-red': getAttributeStatusName(attribute.status) === 'failed', 'bg-green': getAttributeStatusName(attribute.status) === 'passed', 'bg-yellow': getAttributeStatusName(attribute.status) === 'warn'}"> - {{getAttributeStatusName(attribute.status)}} + {{getAttributeStatusName(attribute.status)}}