Skip to content

Commit

Permalink
Update layout.component.html
Browse files Browse the repository at this point in the history
  • Loading branch information
donavanbecker committed Nov 9, 2023
1 parent bb89a2c commit 863990f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/src/app/shared/layout/layout.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
</li>
<li class="nav-item waves-effect waves-light" routerLinkActive="active" placement="bottom"
ngbTooltip="{{'menu.tooltip_restart' | translate}}" container="body">
<a class="nav-link" href="javascript:void(0)" (click)="shutdownServer()" aria-label="Restart Homebridge">
<a class="nav-link" href="javascript:void(0)" (click)="restartServer()" aria-label="Restart Homebridge">
<i #restartHomebridgeIcon class="fas fa-fw fa-power-off nav-menu-icon"></i>
</a>
</li>
Expand Down Expand Up @@ -113,4 +113,4 @@
<div class="w-100">
<router-outlet></router-outlet>
</div>
</div>
</div>

0 comments on commit 863990f

Please sign in to comment.