Skip to content

Commit

Permalink
remove test text
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Wilson committed Nov 1, 2024
1 parent a3e3f95 commit 22fd8a8
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ <h6>Power <span style="float: right;">{{info.power}} W</span></h6>
<h6>Input Voltage <span style="float: right;">{{info.voltage}} V</span></h6>
<p-progressBar [value]="(info.voltage / 5.5) * 100" [style]="{ height: '6px' }" >
<ng-template pTemplate="content" let-value>
test
</ng-template>
</p-progressBar>
<span class="danger" *ngIf="info.voltage < 4.8">&nbsp; Danger: Low voltage</span>
Expand Down

0 comments on commit 22fd8a8

Please sign in to comment.