Revize a28c9b6e
Přidáno uživatelem Lukáš Moučka před téměř 4 roky(ů)
src/app/dashboard/components/unit-popup/unit-popup.component.html | ||
---|---|---|
1 | 1 |
<p-dialog [visible]="isVisible" [modal]="true" [closable]="false" [draggable]="false" header="Edit unit - {{ unit?.unitId}}" [baseZIndex]="10000" [className]="'popup-form'"> |
2 |
|
|
3 | 2 |
<form [formGroup]="insertForm"> |
4 | 3 |
<div class="input-group form-group"> |
5 | 4 |
<div class="input-group-prepend"> |
... | ... | |
8 | 7 |
<input type="text" formControlName="unitDescription" class="form-control" id="unitDescription" placeholder="{{unit?.description}}"/> |
9 | 8 |
</div> |
10 | 9 |
</form> |
11 |
|
|
12 | 10 |
<p-footer> |
13 | 11 |
<div class="pupup-buttons"> |
14 | 12 |
<button pButton type="button" label="Close" class="p-button-primary dark" icon="pi pi-times" (click)="close()"></button> |
Také k dispozici: Unified diff
+ Add styles for responsive charts