mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-16 02:02:55 -07:00
Should fix #1885
This commit is contained in:
parent
765bf7ba09
commit
e3685e5ea8
1 changed files with 2 additions and 3 deletions
|
@ -123,11 +123,10 @@
|
|||
<i class="fa fa-check"></i> Available</button>
|
||||
</div>
|
||||
<br />
|
||||
<div *ngIf="node.data.available">
|
||||
<a *ngIf="node.data.plexUrl" style="text-align: right" class="btn btn-sm btn-success-outline" href="{{node.data.plexUrl}}"
|
||||
<a *ngIf="node.data.plexUrl && node.data.available" style="text-align: right" class="btn btn-sm btn-success-outline" href="{{node.data.plexUrl}}"
|
||||
target="_blank">
|
||||
<i class="fa fa-eye"></i> View On Plex</a>
|
||||
</div>
|
||||
|
||||
<div class="dropdown" *ngIf="issueCategories && issuesEnabled">
|
||||
<button class="btn btn-sm btn-primary-outline dropdown-toggle" type="button" data-toggle="dropdown" aria-haspopup="true"
|
||||
aria-expanded="true">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue