mirror of
https://github.com/dkmstr/openuds-gui.git
synced 2024-12-22 17:33:48 +03:00
Added "filter" to translations
This commit is contained in:
parent
f4f48f4168
commit
431f63382d
@ -1,8 +1,9 @@
|
||||
<div class="filter">
|
||||
<mat-form-field class="nav-input-field" floatLabel="auto">
|
||||
<mat-label>Filter</mat-label>
|
||||
<mat-form-field class="nav-input-field" floatLabel="auto">
|
||||
<mat-label>
|
||||
<uds-translate>Filter</uds-translate>
|
||||
</mat-label>
|
||||
<input matInput type="text" #input>
|
||||
<i class="material-icons" matSuffix>search</i>
|
||||
</mat-form-field>
|
||||
</div>
|
||||
|
||||
</mat-form-field>
|
||||
</div>
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
<div class="services-groups">
|
||||
<mat-accordion>
|
||||
<uds-services-group *ngFor="let g of group; let i = index" [services]="g.services" [group]="g.group" [expanded]="i==0"></uds-services-group>
|
||||
<uds-services-group *ngFor="let g of group; let i = index" [services]="g.services" [group]="g.group" [expanded]="i===0"></uds-services-group>
|
||||
</mat-accordion>
|
||||
</div>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user