From f57b71ae9628adcae6d838ed80a0d77fae0d1345 Mon Sep 17 00:00:00 2001 From: Jason Kulatunga Date: Sat, 11 Jun 2022 08:05:52 -0700 Subject: [PATCH] updated tooltips in details page (click for more details). --- webapp/frontend/src/app/modules/detail/detail.component.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webapp/frontend/src/app/modules/detail/detail.component.html b/webapp/frontend/src/app/modules/detail/detail.component.html index f9ccfb4..8759957 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)}} @@ -204,7 +204,7 @@ - + {{getAttributeName(attribute)}}