File tree Expand file tree Collapse file tree 3 files changed +20
-26
lines changed
apps/admin-gui/src/app/shared/components/dialogs Expand file tree Collapse file tree 3 files changed +20
-26
lines changed Original file line number Diff line number Diff line change @@ -15,16 +15,14 @@ <h1 mat-dialog-title>{{'DIALOGS.ADD_MANAGERS.TITLE' | translate}}</h1>
15
15
</ mat-form-field >
16
16
17
17
< mat-form-field class ="mr-2 w-100 ">
18
- < label >
19
- < input
20
- matInput
21
- autocomplete ="false "
22
- placeholder ="{{'DIALOGS.ADD_MANAGERS.DESCRIPTION' | translate}} "
23
- data-cy ="search-manager-input "
24
- perunWebAppsAutoFocus
25
- (keyup.enter) ="onSearchByString() "
26
- [formControl] ="searchCtrl " />
27
- </ label >
18
+ < input
19
+ matInput
20
+ autocomplete ="false "
21
+ placeholder ="{{'DIALOGS.ADD_MANAGERS.DESCRIPTION' | translate}} "
22
+ data-cy ="search-manager-input "
23
+ perunWebAppsAutoFocus
24
+ (keyup.enter) ="onSearchByString() "
25
+ [formControl] ="searchCtrl " />
28
26
< mat-error >
29
27
{{'DIALOGS.ADD_MANAGERS.EMPTY_SEARCH_MESSAGE' | translate}}
30
28
</ mat-error >
Original file line number Diff line number Diff line change @@ -3,15 +3,13 @@ <h1 mat-dialog-title>{{'DIALOGS.ADD_MEMBERS.TITLE' | translate}}</h1>
3
3
4
4
< div mat-dialog-content *ngIf ="!processing ">
5
5
< mat-form-field class ="mr-2 search-field adjust-width ">
6
- < label >
7
- < input
8
- matInput
9
- autocomplete ="false "
10
- placeholder ="{{'DIALOGS.ADD_MEMBERS.DESCRIPTION' | translate}} "
11
- data-cy ="search-members "
12
- (keyup.enter) ="onSearchByString() "
13
- [formControl] ="searchCtrl " />
14
- </ label >
6
+ < input
7
+ matInput
8
+ autocomplete ="false "
9
+ placeholder ="{{'DIALOGS.ADD_MEMBERS.DESCRIPTION' | translate}} "
10
+ data-cy ="search-members "
11
+ (keyup.enter) ="onSearchByString() "
12
+ [formControl] ="searchCtrl " />
15
13
< mat-error >
16
14
{{'DIALOGS.ADD_MEMBERS.EMPTY_SEARCH_MESSAGE' | translate}}
17
15
</ mat-error >
Original file line number Diff line number Diff line change 2
2
< h1 mat-dialog-title > {{'DIALOGS.CONNECT_IDENTITY.TITLE_'+target | translate}}</ h1 >
3
3
< div mat-dialog-content class ="dialog-container ">
4
4
< mat-form-field class ="mr-2 search-field no-border-mat-input ">
5
- < label >
6
- < input
7
- matInput
8
- autocomplete ="false "
9
- placeholder ="{{'DIALOGS.CONNECT_IDENTITY.SEARCH' | translate}} "
10
- [formControl] ="searchCtrl " />
11
- </ label >
5
+ < input
6
+ matInput
7
+ autocomplete ="false "
8
+ placeholder ="{{'DIALOGS.CONNECT_IDENTITY.SEARCH' | translate}} "
9
+ [formControl] ="searchCtrl " />
12
10
< mat-error >
13
11
{{'DIALOGS.CONNECT_IDENTITY.EMPTY_SEARCH_MESSAGE' | translate}}
14
12
</ mat-error >
You can’t perform that action at this time.
0 commit comments