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 13, 2023
1 parent 68b3f9e commit 83b310e
Showing 1 changed file with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,12 @@ <h4 class="card-title mb-0">

<span ngbDropdown placement="bottom-right top-right" class="d-inline-block ml-3">
<a class="card-link" href="javascript:void(0)" aria-label="Plugin actions drop down menu" ngbDropdownToggle>
<i class="fas fa-fw fa-ellipsis-v" class="grey-text">
<span *ngIf="plugin.updateAvailable || plugin.betaUpdateAvailable"
<i class="fas fa-fw fa-ellipsis-v" class="grey-text"></i>
</a>
<span *ngIf="plugin.updateAvailable || plugin.betaUpdateAvailable"
class="position-absolute p-1 bg-danger rounded-circle"
style="right:0px; top:0px;">
</span>
</i>
</a>
</span>
<div ngbDropdownMenu aria-labelledby="Plugin actions drop down menu">
<ng-container *ngIf="hasChildBridges && !plugin.disabled">
<button ngbDropdownItem *ngIf="!allChildBridgesStopped" (click)="doChildBridgeAction('stop')">
Expand Down

0 comments on commit 83b310e

Please sign in to comment.