Skip to content

Commit

Permalink
fixing the table header for failures.
Browse files Browse the repository at this point in the history
  • Loading branch information
AnalogJ committed Jun 10, 2022
1 parent fbd5bb5 commit 769f253
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ <h2 class="m-0">Drive Details - {{device | deviceTitle:config.dashboardDisplay}}
<div class="flex items-center w-1/4">Type</div>
<div class="flex items-center w-1/4">Value</div>
<div class="flex items-center w-1/4">Worst/Thresh</div>
<div class="flex items-center w-1/4">Failure</div>
<div class="flex items-center w-1/4">Failure %</div>
</div>

<div class="flex items-center justify-between py-3 border-b last:border-b-0 ng-star-inserted">
Expand Down

0 comments on commit 769f253

Please sign in to comment.