Skip to content

Commit

Permalink
Update plugin-card.component.html
Browse files Browse the repository at this point in the history
  • Loading branch information
mkz212 authored Nov 17, 2023
1 parent 0668d37 commit ca62f99
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ <h4 class="card-title mb-0">
(plugin.updateAvailable || plugin.betaUpdateAvailable)
|| (!hasChildBridges && !plugin.disabled && recommendChildBridge)
|| (hasChildBridges && !childBridgeRestartInProgress && hasUnpairedChildBridges && childBridgeStatus === 'ok' && !plugin.disabled)
" class="position-absolute p-1 bg-danger rounded-circle fa-beat-fade" style="right:0px; top:0px;--fa-animation-duration: 3s;--fa-fade-opacity: 0.6;"></span>
" class="position-absolute p-1 notif-dot rounded-circle fa-beat-fade" style="right:0px; top:0px;--fa-animation-duration: 3s;--fa-fade-opacity: 0.6;"></span>
</a>
<div ngbDropdownMenu aria-labelledby="Plugin actions drop down menu">
<button ngbDropdownItem (click)="$plugin.updatePlugin(plugin, plugin.betaUpdateAvailable ? 'beta' : 'latest')"
Expand Down

0 comments on commit ca62f99

Please sign in to comment.