Skip to content

Commit

Permalink
Merge pull request #60 from StatCan/image-selection-hint
Browse files Browse the repository at this point in the history
feat: url link to image info page
  • Loading branch information
JessicaBarh authored Apr 20, 2021
2 parents 0b55d4d + 68c6546 commit 5daefc3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ <h3>
</h3>
<p>
{{ "formImage.txtImage" | translate }}
<a href="https://statcan.github.io/daaas/en/1-Experiments/Selecting-an-Image/"
target="_blank" style="text-decoration: none">
{{ "formImage.txtImageLink" | translate }}
</a>
</p>
<mat-checkbox *ngIf="!readonly" formControlName="customImageCheck">
{{ "formImage.ckbImage" | translate }}
Expand Down
1 change: 1 addition & 0 deletions frontend/src/assets/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
"formImage": {
"h3Image": "Image",
"txtImage": "Select the base software you want installed in your server. If you choose a custom image, it must be available in the DAaaS container registry.",
"txtImageLink": "Here's some more information to help you select an image for your requirements.",
"ckbImage": "Custom Image",
"lblImage": "Image",
"plhImage": "Docker Image",
Expand Down
1 change: 1 addition & 0 deletions frontend/src/assets/i18n/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
"formImage": {
"h3Image": "Image",
"txtImage": "Sélectionner les logiciels de base désirés sur votre serveur. Si vous choisissez une image personnallisée, elle doit être disponible dans le registre des conteneurs DAaaS.",
"txtImageLink": "Voici plus d'informations pour vous aider à sélectionner une image selon vos besoins.",
"ckbImage": "Image personnalisée",
"lblImage": "Image",
"plhImage": "Image Docker",
Expand Down

0 comments on commit 5daefc3

Please sign in to comment.