Commit 29fd6ad5 authored by AlexKarpov's avatar AlexKarpov
Browse files

NAS-114622: Fix UI verbiage to say CSR's when importing certs

No related merge requests found
Showing with 29 additions and 3 deletions
+29 -3
......@@ -59,6 +59,14 @@ matches your certificate usage scenario.'),
),
},
csrlist: {
placeholder: T('Certificate Signing Request'),
tooltip: T(
'Select an existing CSR.',
),
validation: [Validators.required],
},
signedby: {
placeholder: T('Signing Certificate Authority'),
tooltip: T(
......
......@@ -103,15 +103,15 @@ export class CertificateAddComponent implements WizardConfiguration {
{
type: 'select',
name: 'csrlist',
placeholder: helptextSystemCertificates.add.signedby.placeholder,
tooltip: helptextSystemCertificates.add.signedby.tooltip,
placeholder: helptextSystemCertificates.add.csrlist.placeholder,
tooltip: helptextSystemCertificates.add.csrlist.tooltip,
options: [
{ label: '---', value: null },
],
isHidden: true,
disabled: true,
required: true,
validation: helptextSystemCertificates.add.signedby.validation,
validation: helptextSystemCertificates.add.csrlist.validation,
relation: [
{
action: RelationAction.Enable,
......
......@@ -2992,6 +2992,7 @@
"Select a valid SSL certificate created or imported in <b>System > Certificates</b> to use for encrypted connections.": "",
"Select an ACL Preset": "",
"Select an IP address to use for VNC sessions.": "",
"Select an existing CSR.": "",
"Select an existing SSH connection to a remote system or choose <i>Create New</i> to create a new SSH connection.": "",
"Select an existing extent.": "",
"Select an existing portal or choose <i>Create New</i> to configure a new portal.": "",
......
......@@ -2992,6 +2992,7 @@
"Select a valid SSL certificate created or imported in <b>System > Certificates</b> to use for encrypted connections.": "",
"Select an ACL Preset": "",
"Select an IP address to use for VNC sessions.": "",
"Select an existing CSR.": "",
"Select an existing SSH connection to a remote system or choose <i>Create New</i> to create a new SSH connection.": "",
"Select an existing extent.": "",
"Select an existing portal or choose <i>Create New</i> to configure a new portal.": "",
......
......@@ -2992,6 +2992,7 @@
"Select a valid SSL certificate created or imported in <b>System > Certificates</b> to use for encrypted connections.": "",
"Select an ACL Preset": "",
"Select an IP address to use for VNC sessions.": "",
"Select an existing CSR.": "",
"Select an existing SSH connection to a remote system or choose <i>Create New</i> to create a new SSH connection.": "",
"Select an existing extent.": "",
"Select an existing portal or choose <i>Create New</i> to configure a new portal.": "",
......
......@@ -2992,6 +2992,7 @@
"Select a valid SSL certificate created or imported in <b>System > Certificates</b> to use for encrypted connections.": "",
"Select an ACL Preset": "",
"Select an IP address to use for VNC sessions.": "",
"Select an existing CSR.": "",
"Select an existing SSH connection to a remote system or choose <i>Create New</i> to create a new SSH connection.": "",
"Select an existing extent.": "",
"Select an existing portal or choose <i>Create New</i> to configure a new portal.": "",
......
......@@ -2992,6 +2992,7 @@
"Select a valid SSL certificate created or imported in <b>System > Certificates</b> to use for encrypted connections.": "",
"Select an ACL Preset": "",
"Select an IP address to use for VNC sessions.": "",
"Select an existing CSR.": "",
"Select an existing SSH connection to a remote system or choose <i>Create New</i> to create a new SSH connection.": "",
"Select an existing extent.": "",
"Select an existing portal or choose <i>Create New</i> to configure a new portal.": "",
......
......@@ -2992,6 +2992,7 @@
"Select a valid SSL certificate created or imported in <b>System > Certificates</b> to use for encrypted connections.": "",
"Select an ACL Preset": "",
"Select an IP address to use for VNC sessions.": "",
"Select an existing CSR.": "",
"Select an existing SSH connection to a remote system or choose <i>Create New</i> to create a new SSH connection.": "",
"Select an existing extent.": "",
"Select an existing portal or choose <i>Create New</i> to configure a new portal.": "",
......
......@@ -2992,6 +2992,7 @@
"Select a valid SSL certificate created or imported in <b>System > Certificates</b> to use for encrypted connections.": "",
"Select an ACL Preset": "",
"Select an IP address to use for VNC sessions.": "",
"Select an existing CSR.": "",
"Select an existing SSH connection to a remote system or choose <i>Create New</i> to create a new SSH connection.": "",
"Select an existing extent.": "",
"Select an existing portal or choose <i>Create New</i> to configure a new portal.": "",
......
......@@ -2992,6 +2992,7 @@
"Select a valid SSL certificate created or imported in <b>System > Certificates</b> to use for encrypted connections.": "",
"Select an ACL Preset": "",
"Select an IP address to use for VNC sessions.": "",
"Select an existing CSR.": "",
"Select an existing SSH connection to a remote system or choose <i>Create New</i> to create a new SSH connection.": "",
"Select an existing extent.": "",
"Select an existing portal or choose <i>Create New</i> to configure a new portal.": "",
......
......@@ -2992,6 +2992,7 @@
"Select a valid SSL certificate created or imported in <b>System > Certificates</b> to use for encrypted connections.": "",
"Select an ACL Preset": "",
"Select an IP address to use for VNC sessions.": "",
"Select an existing CSR.": "",
"Select an existing SSH connection to a remote system or choose <i>Create New</i> to create a new SSH connection.": "",
"Select an existing extent.": "",
"Select an existing portal or choose <i>Create New</i> to configure a new portal.": "",
......
......@@ -2992,6 +2992,7 @@
"Select a valid SSL certificate created or imported in <b>System > Certificates</b> to use for encrypted connections.": "",
"Select an ACL Preset": "",
"Select an IP address to use for VNC sessions.": "",
"Select an existing CSR.": "",
"Select an existing SSH connection to a remote system or choose <i>Create New</i> to create a new SSH connection.": "",
"Select an existing extent.": "",
"Select an existing portal or choose <i>Create New</i> to configure a new portal.": "",
......
......@@ -2507,6 +2507,7 @@
"Select a valid SSL certificate created or imported in <b>System > Certificates</b> to use for encrypted connections.": "",
"Select an ACL Preset": "",
"Select an IP address to use for VNC sessions.": "",
"Select an existing CSR.": "",
"Select an existing SSH connection to a remote system or choose <i>Create New</i> to create a new SSH connection.": "",
"Select an existing portal or choose <i>Create New</i> to configure a new portal.": "",
"Select an existing realm that was added in <b>Directory Services > Kerberos Realms</b>.": "",
......
......@@ -2992,6 +2992,7 @@
"Select a valid SSL certificate created or imported in <b>System > Certificates</b> to use for encrypted connections.": "",
"Select an ACL Preset": "",
"Select an IP address to use for VNC sessions.": "",
"Select an existing CSR.": "",
"Select an existing SSH connection to a remote system or choose <i>Create New</i> to create a new SSH connection.": "",
"Select an existing extent.": "",
"Select an existing portal or choose <i>Create New</i> to configure a new portal.": "",
......
......@@ -2992,6 +2992,7 @@
"Select a valid SSL certificate created or imported in <b>System > Certificates</b> to use for encrypted connections.": "",
"Select an ACL Preset": "",
"Select an IP address to use for VNC sessions.": "",
"Select an existing CSR.": "",
"Select an existing SSH connection to a remote system or choose <i>Create New</i> to create a new SSH connection.": "",
"Select an existing extent.": "",
"Select an existing portal or choose <i>Create New</i> to configure a new portal.": "",
......
......@@ -1736,6 +1736,7 @@
"Select a preset ACL": "",
"Select a schedule preset or choose <i>Custom</i> to open the advanced scheduler. Note that an in-progress cron task postpones any later scheduled instance of the same task until the running task is complete.": "",
"Select an ACL Preset": "",
"Select an existing CSR.": "",
"Select the <a href=\"https://man7.org/linux/man-pages/man3/syslog.3.html\" target=\"_blank\">syslog(3)</a> facility of the SFTP server.": "",
"Select the <a href=\"https://man7.org/linux/man-pages/man3/syslog.3.html\" target=\"_blank\">syslog(3)</a> level of the SFTP server.": "",
"Select the interfaces to use in the aggregation.<br> Warning: Link Aggregation creation fails if any of the selected interfaces have been manually configured.<br>The order is important because the FAILOVER lagg protocol will mark the first interface as the \"primary\" interface.": "",
......
......@@ -2992,6 +2992,7 @@
"Select a valid SSL certificate created or imported in <b>System > Certificates</b> to use for encrypted connections.": "",
"Select an ACL Preset": "",
"Select an IP address to use for VNC sessions.": "",
"Select an existing CSR.": "",
"Select an existing SSH connection to a remote system or choose <i>Create New</i> to create a new SSH connection.": "",
"Select an existing extent.": "",
"Select an existing portal or choose <i>Create New</i> to configure a new portal.": "",
......
......@@ -2992,6 +2992,7 @@
"Select a valid SSL certificate created or imported in <b>System > Certificates</b> to use for encrypted connections.": "",
"Select an ACL Preset": "",
"Select an IP address to use for VNC sessions.": "",
"Select an existing CSR.": "",
"Select an existing SSH connection to a remote system or choose <i>Create New</i> to create a new SSH connection.": "",
"Select an existing extent.": "",
"Select an existing portal or choose <i>Create New</i> to configure a new portal.": "",
......
......@@ -2992,6 +2992,7 @@
"Select a valid SSL certificate created or imported in <b>System > Certificates</b> to use for encrypted connections.": "",
"Select an ACL Preset": "",
"Select an IP address to use for VNC sessions.": "",
"Select an existing CSR.": "",
"Select an existing SSH connection to a remote system or choose <i>Create New</i> to create a new SSH connection.": "",
"Select an existing extent.": "",
"Select an existing portal or choose <i>Create New</i> to configure a new portal.": "",
......
......@@ -2992,6 +2992,7 @@
"Select a valid SSL certificate created or imported in <b>System > Certificates</b> to use for encrypted connections.": "",
"Select an ACL Preset": "",
"Select an IP address to use for VNC sessions.": "",
"Select an existing CSR.": "",
"Select an existing SSH connection to a remote system or choose <i>Create New</i> to create a new SSH connection.": "",
"Select an existing extent.": "",
"Select an existing portal or choose <i>Create New</i> to configure a new portal.": "",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment