mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-30 11:38:32 -07:00
!wip fixed ui error
This commit is contained in:
parent
72e0ebc887
commit
ffc1641d77
1 changed files with 5 additions and 1 deletions
|
@ -216,7 +216,11 @@
|
|||
</div>
|
||||
|
||||
<p-confirmDialog #cd header="Confirmation" icon="pi pi-exclamation-triangle">
|
||||
<input></input>
|
||||
<ng-template pTemplate="body">
|
||||
<ul>
|
||||
<li>test</li>
|
||||
</ul>
|
||||
</ng-template>
|
||||
<p-footer>
|
||||
<button type="button" pButton icon="pi pi-times" label="No" (click)="cd.reject()"></button>
|
||||
<button type="button" pButton icon="pi pi-check" label="Yes" (click)="cd.accept()"></button>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue