mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 12:59:39 -07:00
Report issue removed and the deny dropdown removed #1513
This commit is contained in:
parent
42b68e4280
commit
3ca1e97855
1 changed files with 139 additions and 152 deletions
|
|
@ -113,20 +113,7 @@
|
||||||
|
|
||||||
|
|
||||||
<div *ngIf="!request.denied">
|
<div *ngIf="!request.denied">
|
||||||
<form>
|
|
||||||
<input name="requestId" type="text" value="{{request.requestId}}" hidden="hidden"/>
|
|
||||||
<input name="reason" type="text" hidden="hidden"/>
|
|
||||||
<div class="btn-group btn-split">
|
|
||||||
<button type="button" (click)="deny(request)" class="btn btn-sm btn-danger-outline deny"><i class="fa fa-times"></i> Deny</button>
|
<button type="button" (click)="deny(request)" class="btn btn-sm btn-danger-outline deny"><i class="fa fa-times"></i> Deny</button>
|
||||||
<button type="button" class="btn btn-danger-outline dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
|
||||||
<span class="caret"></span>
|
|
||||||
<span class="sr-only">@UI.Requests_ToggleDropdown</span>
|
|
||||||
</button>
|
|
||||||
<ul class="dropdown-menu">
|
|
||||||
<li><a class="deny-with-reason" id="denyReason{{request.requestId}}" href="#" data-toggle="modal" data-target="#denyReasonModal">Deny with a reason</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</form>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<form>
|
<form>
|
||||||
|
|
@ -144,8 +131,8 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<input name="requestId" type="text" value="{{request.requestId}}" hidden="hidden" />
|
|
||||||
<div class="dropdown">
|
<!--<div class="dropdown">
|
||||||
<button id="{{request.requestId}}" class="btn btn-sm btn-primary-outline dropdown-toggle" type="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true">
|
<button id="{{request.requestId}}" class="btn btn-sm btn-primary-outline dropdown-toggle" type="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true">
|
||||||
<i class="fa fa-plus"></i> Report Issue
|
<i class="fa fa-plus"></i> Report Issue
|
||||||
<span class="caret"></span>
|
<span class="caret"></span>
|
||||||
|
|
@ -157,7 +144,7 @@
|
||||||
<li><a issue-select="3">@UI.Issues_Playback</a></li>
|
<li><a issue-select="3">@UI.Issues_Playback</a></li>
|
||||||
<li><a issue-select="4" data-toggle="modal" data-target="#myModal">@UI.Issues_Other</a></li>
|
<li><a issue-select="4" data-toggle="modal" data-target="#myModal">@UI.Issues_Other</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>-->
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue