aswi2021codebakers-gitlab/src/app/dashboard/components/unit-popup/unit-popup.component.html @ bb7795cd
1 |
<p-dialog [visible]="isVisible" [closable]="false" [draggable]="false" header="Nejlepsi popup" [style]="{width: '50vw'}" [baseZIndex]="10000"> |
---|---|
2 |
{{ unit | json}} |
3 |
<p-footer>
|
4 |
<div class="row justify-content-end align-items-center"> |
5 |
<div>
|
6 |
<p-button icon="pi pi-check" type="submit" label="Uložit" class="pr-2"></p-button> |
7 |
<p-button icon="pi pi-times" (click)="close()" label="Zavřít" class="pr-2"></p-button> |
8 |
</div>
|
9 |
</div>
|
10 |
</p-footer>
|
11 |
</p-dialog>
|