Skip to content

Commit

Permalink
remove status reason click for more details text.
Browse files Browse the repository at this point in the history
  • Loading branch information
AnalogJ committed Jun 11, 2022
1 parent 75d5930 commit fc72080
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ <h2 class="m-0">Drive Details - {{device | deviceTitle:config.dashboardDisplay}}
[ngClass]="{'bg-red': getAttributeStatusName(attribute.status) === 'failed',
'bg-green': getAttributeStatusName(attribute.status) === 'passed',
'bg-yellow': getAttributeStatusName(attribute.status) === 'warn'}"></span>
<span class="pr-2px leading-relaxed whitespace-no-wrap" matTooltip="{{attribute.status_reason}} - click for more details.">{{getAttributeStatusName(attribute.status)}}</span>
<span class="pr-2px leading-relaxed whitespace-no-wrap" matTooltip="{{attribute.status_reason}}">{{getAttributeStatusName(attribute.status)}}</span>
</span>
</td>
</ng-container>
Expand Down

0 comments on commit fc72080

Please sign in to comment.