Projekt

Obecné

Profil

Stáhnout (487 Bajtů) Statistiky
| Větev: | Tag: | Revize:
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>
(1-1/3)