Skip to content

Commit

Permalink
Update homebridge-status-widget.component.html
Browse files Browse the repository at this point in the history
  • Loading branch information
bwp91 committed Nov 8, 2023
1 parent 72b344f commit 935176d
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,17 +42,17 @@
*ngIf="homebridgePkg.installedVersion && (homebridgePkg.updateAvailable || homebridgePkg.betaUpdateAvailable)"></i>
</div>
<div class="align-self-center">
<span *ngIf="!homebridgePkg.installedVersion"
[translate]="'status.homebridge.label_checking_for_updates'">
Checking for updates...
</span>
<span *ngIf="homebridgePkg.installedVersion">
<a href="javascript:void(0)" (click)="$plugin.installPreviousVersion(homebridgePkg)" class="card-link card-link-title">
v{{ homebridgePkg.installedVersion }}
</a>
</span>
<br>
<span class="grey-text">
<span class="grey-text" *ngIf="!homebridgePkg.installedVersion"
[translate]="'status.homebridge.label_checking_for_updates'">
Checking for updates...
</span>
<span *ngIf="homebridgePkg.installedVersion && !homebridgePkg.updateAvailable && !homebridgePkg.betaUpdateAvailable"
[translate]="'status.homebridge.label_up_to_date'">
Up To Date
Expand Down

0 comments on commit 935176d

Please sign in to comment.