Skip to content

Commit

Permalink
Update child-bridge-widget.component.html
Browse files Browse the repository at this point in the history
  • Loading branch information
mkz212 authored Nov 9, 2023
1 parent ed64da4 commit 060a519
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@

<a *ngIf="!bridge.restartInProgress" href="javascript:void(0)" (click)="restartChildBridge(bridge)"
class="grey-text" ngbTooltip="{{'menu.tooltip_restart' | translate}}" container="body" openDelay="150"
[placement]="['right', 'top', 'bottom']">
[placement]="['left', 'top', 'bottom']">
<i class="fa-fw icon-button fas fa-power-off"></i>
</a>
<i *ngIf="bridge.restartInProgress" class="fas fa-fw fa-spinner fa-pulse"></i>
</div>
</li>
</ul>
</div>
</div>
</div>

0 comments on commit 060a519

Please sign in to comment.