зеркало из https://github.com/Azure/BatchExplorer.git
Fixes AB#1130: Title on learn more certificate deprecation link
This commit is contained in:
Родитель
9e1ae38004
Коммит
b8c9ba57cc
|
@ -34,6 +34,7 @@
|
|||
"account-summary-card.url": "Url",
|
||||
"activity-monitor-item.progressBar": "Item progress",
|
||||
"add-certificate-form.certificate.deprecationWarning": "The Batch account certificates feature is deprecated and will be retired on February 29, 2024. Please transition to using Azure Key Vault to securely access and install certificates on your Batch pools.",
|
||||
"add-certificate-form.certificate.deprecationWarningLinkTitle": "Documentation on certificate feature deprecation",
|
||||
"add-certificate-form.certificate.description": "Select a certificate (pfx or cer) to upload",
|
||||
"add-certificate-form.certificate.invalid": "Certificate need to be valid CER or PFX files only",
|
||||
"add-certificate-form.certificate.label": "Certificate",
|
||||
|
|
|
@ -7,7 +7,10 @@
|
|||
<bl-banner class="certificate-deprecation-warning" type="warning">
|
||||
<div message>
|
||||
{{'add-certificate-form.certificate.deprecationWarning' | i18n }}
|
||||
<a class="certificate-warning-alternative-link" (click)="openLink('https://learn.microsoft.com/azure/batch/batch-certificate-migration-guide')" href="javascript:void(0)">{{'common.learnMore' | i18n}}</a>
|
||||
<a class="certificate-warning-alternative-link"
|
||||
(click)="openLink('https://learn.microsoft.com/azure/batch/batch-certificate-migration-guide')"
|
||||
[title]="'add-certificate-form.certificate.deprecationWarningLinkTitle' | i18n"
|
||||
href="javascript:void(0)">{{'common.learnMore' | i18n}}</a>
|
||||
</div>
|
||||
</bl-banner>
|
||||
<p>{{ form.controls.certificate.value }}</p>
|
||||
|
|
|
@ -7,6 +7,7 @@ add-certificate-form:
|
|||
required: Please select a valid certificate file
|
||||
invalid: Certificate need to be valid CER or PFX files only
|
||||
deprecationWarning: The Batch account certificates feature is deprecated and will be retired on February 29, 2024. Please transition to using Azure Key Vault to securely access and install certificates on your Batch pools.
|
||||
deprecationWarningLinkTitle: Documentation on certificate feature deprecation
|
||||
password:
|
||||
label: Certificate password
|
||||
required: Password is required if the certificate format is '.pfx'
|
||||
|
|
Загрузка…
Ссылка в новой задаче