Skip to content

Commit

Permalink
Restart with confirmation (#1663)
Browse files Browse the repository at this point in the history
Co-authored-by: Donavan Becker <[email protected]>
  • Loading branch information
mkz212 and donavanbecker authored Nov 9, 2023
1 parent 25cb794 commit 216a74f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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" routerLink="/restart" aria-label="Restart Homebridge">
<a class="nav-link" href="javascript:void(0)" (click)="shutdownServer()" aria-label="Restart Homebridge">
<i #restartHomebridgeIcon class="fas fa-fw fa-power-off nav-menu-icon"></i>
</a>
</li>
Expand Down

0 comments on commit 216a74f

Please sign in to comment.