Skip to content

Commit

Permalink
Update plugin-card.component.html
Browse files Browse the repository at this point in the history
  • Loading branch information
bwp91 committed Nov 26, 2023
1 parent b01a0f6 commit 91a13b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ <h4 class="card-title truncate2 mb-0">
<i class="fa-fw icon-button fas fa-fw fa-circle-exclamation primary-text"></i>
{{ 'child_bridge.label_child_setup' | translate }}
</button>
<button *ngIf="hasChildBridges && !childBridgeRestartInProgress && hasUnpairedChildBridges && childBridgeStatus === 'ok' && !plugin.disabled"
<button ngbDropdownItem *ngIf="hasChildBridges && !childBridgeRestartInProgress && hasUnpairedChildBridges && childBridgeStatus === 'ok' && !plugin.disabled"
(click)="$plugin.bridgeSettings(plugin)">
<i class="fa-fw icon-button fas fa-fw fa-circle-exclamation primary-text"></i>
{{ 'child_bridge.label_bridge_connect_to_homekit' | translate }}
Expand Down

0 comments on commit 91a13b4

Please sign in to comment.