Skip to content

Commit 0c55e97

Browse files
authored
labels added (#692)
1 parent 2eebb71 commit 0c55e97

File tree

4 files changed

+6
-0
lines changed

4 files changed

+6
-0
lines changed

src/app/components/admin-app/admin-role-permission-search/create-permission-dialog/create-permission-dialog.component.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<h1 mat-dialog-title>{{ title }}</h1>
88
<form (ngSubmit)="done()">
99
<mat-form-field>
10+
<mat-label>Name</mat-label>
1011
<input
1112
matInput
1213
placeholder="Name"
@@ -17,6 +18,7 @@ <h1 mat-dialog-title>{{ title }}</h1>
1718
><br />
1819
><br />
1920
<mat-form-field>
21+
<mat-label>Description</mat-label>
2022
<input
2123
matInput
2224
placeholder="Description"

src/app/components/admin-app/admin-role-permission-search/create-role-dialog/create-role-dialog.component.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<h1 mat-dialog-title>{{ title }}</h1>
88
<form (ngSubmit)="done()">
99
<mat-form-field>
10+
<mat-label>Name</mat-label>
1011
<input
1112
matInput
1213
placeholder="Name"

src/app/components/shared/add-remove-users-dialog/add-remove-users-dialog.component.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
</div>
1212
<div class="d-flex align-items-center">
1313
<mat-form-field class="w-100 my-1" subscriptSizing="dynamic">
14+
<mat-label>Search</mat-label>
1415
<mat-icon
1516
matPrefix
1617
style="transform: scale(0.85); margin-right: 5px; margin-left: 10px"
@@ -147,6 +148,7 @@
147148
<mat-header-cell *matHeaderCellDef>Role</mat-header-cell>
148149
<mat-cell *matCellDef="let element">
149150
<mat-form-field subscriptSizing="dynamic" class="my-1">
151+
<mat-label>Role</mat-label>
150152
<mat-select
151153
placeholder="Role"
152154
name="teamMembershipRole"

src/app/components/shared/name-dialog/name-dialog.component.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ <h1 mat-dialog-title>{{ title }}</h1>
88

99
<form [formGroup]="form" class="name-form">
1010
<mat-form-field class="form-full-width">
11+
<mat-label>Name</mat-label>
1112
<input
1213
formControlName="name"
1314
matInput

0 commit comments

Comments
 (0)