Skip to content
This repository has been archived by the owner on Sep 15, 2023. It is now read-only.

Commit

Permalink
Merge pull request #23 from admin-ch/develop
Browse files Browse the repository at this point in the history
1.1.1
  • Loading branch information
c-saner authored Jun 10, 2021
2 parents 2523e44 + 882ec37 commit d187487
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cc-management-ui",
"version": "1.1.0",
"version": "1.1.1",
"scripts": {
"start": "ng serve",
"build": "ng build",
Expand Down
2 changes: 1 addition & 1 deletion src/app/create/test-form/test-form.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

<mat-form-field class="mat-form-field-lg" obErrorMessages>
<mat-label>{{ "certificateCreate.form.label.test.manufacturer" | translate }}</mat-label>
<mat-select formControlName="manufacturer" id="manufacturer">
<mat-select formControlName="manufacturer" id="manufacturer" panelClass="extended-select">
<mat-optgroup *ngFor="let option of getManufacturerOfTest()" [label]="option.group">
<mat-option [value]="option">{{ option.display }}</mat-option>
</mat-optgroup>
Expand Down
4 changes: 2 additions & 2 deletions src/assets/i18n/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@
"otp.button.create": "Geheimschlüssel erzeugen",
"otp.instructions": "Sie können hier einen Geheimschlüssel erzeugen und in die Zwischenablage kopieren.",
"otp.key": "Geheimschlüssel",
"otp.link": "OTP generieren",
"otp.title": "Neues OTP generieren",
"otp.link": "One-Time-Password generieren",
"otp.title": "Neues One-Time-Password generieren",
"support.instructions": "Sollten Sie Probleme mit der Anwendung haben, wenden Sie sich bitte an den BIT-Helpdesk:",
"support.title": "Support",
"validation.error.http.470": "Ungültiges UVCI-Format",
Expand Down
4 changes: 2 additions & 2 deletions src/assets/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@
"otp.button.create": "Generate private key",
"otp.instructions": "You can generate a private key here and copy it to the clipboard.",
"otp.key": "Private key",
"otp.link": "Generate OTP",
"otp.title": "Generate new OTP",
"otp.link": "Generate One-Time-Password",
"otp.title": "Generate new One-Time-Password",
"support.instructions": "If you have any problems with the application, please contact the FOITT Helpdesk:",
"support.title": "Support",
"validation.error.http.470": "Invalid UVCI format",
Expand Down
4 changes: 2 additions & 2 deletions src/assets/i18n/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@
"otp.button.create": "Créer une clé secrète",
"otp.instructions": "Vous pouvez ici créer une clé secrète et la copier dans le presse-papier.",
"otp.key": "Clé secrète",
"otp.link": "Générer un OTP",
"otp.title": "Générer un nouvel OTP",
"otp.link": "Générer un One-Time-Password",
"otp.title": "Générer un nouvel One-Time-Password",
"support.instructions": "Si vous rencontrez des problèmes avec l'application, veuillez contacter le helpdesk de l'OFIT:",
"support.title": "Support",
"validation.error.http.470": "Format de l'UVCI invalide",
Expand Down
4 changes: 2 additions & 2 deletions src/assets/i18n/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@
"otp.button.create": "Crea chiave segreta",
"otp.instructions": "Qui è possibile creare una chiave segreta e copiarla negli appunti.",
"otp.key": "Chiave segreta",
"otp.link": "Genera OTP",
"otp.title": "Generare un nuovo OTP",
"otp.link": "Genera One-Time-Password",
"otp.title": "Generare un nuovo One-Time-Password",
"support.instructions": "In caso di problemi con l'applicazione, si rivolga all'helpdesk dell'UFIT:",
"support.title": "Supporto",
"validation.error.http.470": "Formato UVCI non valido",
Expand Down
4 changes: 4 additions & 0 deletions src/styles/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,7 @@
font-size: $font-size-smallest;
text-align: justify;
}

.extended-select {
max-width: 100% !important;
}

0 comments on commit d187487

Please sign in to comment.