Skip to content

Commit

Permalink
Merge pull request #230 from usnistgov/fix/ODD1023-metrics-button-more
Browse files Browse the repository at this point in the history
Fixed 'More' button in Metrics Info box.
  • Loading branch information
deoyani authored Jan 10, 2022
2 parents e8ecf21 + cf70398 commit 08bc237
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</li>
</ul>
<div style="width: 100%;text-align: right;margin-top: -15px;font-size: small;">
<a *ngIf="metricsData.hasCurrentMetrics" href="{{metricsUrl}}" target="_blank"><span data-toggle="tooltip" title="More Metrics Data">More...</span></a>
<a *ngIf="metricsData.hasCurrentMetrics" href="{{metricsData.url}}" target="_blank"><span data-toggle="tooltip" title="More Metrics Data"><i class="faa faa-bar-chart" style="margin-right: 5px;"></i>More...</span></a>
</div>
</div>
<ng-template #noMetrics>
Expand Down

0 comments on commit 08bc237

Please sign in to comment.