{{ form.controls.certificate.value }}
diff --git a/desktop/src/app/components/certificate/action/add/add-certificate-form.i18n.yml b/desktop/src/app/components/certificate/action/add/add-certificate-form.i18n.yml index 92b8ae8163..95fb00f181 100644 --- a/desktop/src/app/components/certificate/action/add/add-certificate-form.i18n.yml +++ b/desktop/src/app/components/certificate/action/add/add-certificate-form.i18n.yml @@ -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' diff --git a/desktop/src/app/components/certificate/action/add/add-certificate-form.scss b/desktop/src/app/components/certificate/action/add/add-certificate-form.scss index 60f4d8c491..ad31c403c5 100644 --- a/desktop/src/app/components/certificate/action/add/add-certificate-form.scss +++ b/desktop/src/app/components/certificate/action/add/add-certificate-form.scss @@ -5,8 +5,8 @@ bl-add-certificate-form { .certificate-deprecation-warning { > .warning { background-color: var(--color-warn-50); - // using the color from var(--color-text-primary) - color: #333333; + // Primary text color was not dark enough to contrast with link color. Deepened it 6 shades. + color: #201f1e; > .summary-container { @@ -22,7 +22,6 @@ bl-add-certificate-form { } .certificate-warning-alternative-link { - // using the color from var(--color-primary-800); - color: #1d54af; + color: var(--color-primary-600); } } diff --git a/desktop/src/app/components/job-schedule/action/add/job-schedule-job-specification.html b/desktop/src/app/components/job-schedule/action/add/job-schedule-job-specification.html index c44a4e1d5a..aafcb26b98 100644 --- a/desktop/src/app/components/job-schedule/action/add/job-schedule-job-specification.html +++ b/desktop/src/app/components/job-schedule/action/add/job-schedule-job-specification.html @@ -68,12 +68,12 @@