Skip to content

Commit

Permalink
Plugin dropdown menu - red dot next to dropdown icon as notification …
Browse files Browse the repository at this point in the history
…about update (#1700)
  • Loading branch information
mkz212 authored Nov 17, 2023
1 parent 81878e7 commit 9d897fd
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@ <h4 class="card-title mb-0">
<a class="card-link" href="javascript:void(0)" aria-label="Plugin actions drop down menu" ngbDropdownToggle>
<i class="fas fa-fw fa-ellipsis-v"></i>
</a>
<span *ngIf="plugin.updateAvailable || plugin.betaUpdateAvailable"
class="position-absolute p-1 bg-danger rounded-circle"
style="right:0px; top:0px;">
</span>
<div ngbDropdownMenu aria-labelledby="Plugin actions drop down menu">
<button ngbDropdownItem *ngIf="plugin.publicPackage" (click)="$plugin.installPreviousVersion(plugin)">
<i class="fas fa-fw fa-fw fa-history"></i>
Expand Down

0 comments on commit 9d897fd

Please sign in to comment.