Skip to content

Commit

Permalink
Revert "Issue skot#141 resolved: Web UI always show 100% fan"
Browse files Browse the repository at this point in the history
This reverts commit fe4a072.
  • Loading branch information
MoellerDi committed Mar 22, 2024
1 parent fe4a072 commit 54c7443
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ <h5>Heat</h5>
High Temperature</span>
</div>
<div class="col-6">
<p-knob [min]="0" [max]="6000" [readonly]="true" [(ngModel)]="info.fanSpeed"
valueTemplate="{value}rpm"></p-knob>
<p-knob [min]="0" [max]="100" [readonly]="true" [(ngModel)]="info.fanspeed"
valueTemplate="{value}%"></p-knob>
Fan
</div>
<div class="col-6" *ngIf="info.boardtemp1">
Expand Down
4 changes: 0 additions & 4 deletions main/http_server/axe-os/src/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,4 @@ p-chart>div {
&.chart {
padding: 10px;
}
}

.p-knob-text {
font-size: 1.0rem
}

0 comments on commit 54c7443

Please sign in to comment.