Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
truenas-rk3588
webui
Commits
9e37acff
Unverified
Commit
9e37acff
authored
4 years ago
by
Erin Clark
Committed by
GitHub
4 years ago
Browse files
Options
Download
Plain Diff
Merge pull request #4390 from freenas/NAS-106791-12.0
NAS-106791 / 12.0 / NAS-106791 (by lola27)
parents
dcaca227
aa682b27
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
src/app/helptext/system/ca.ts
+2
-2
src/app/helptext/system/ca.ts
src/app/helptext/system/certificates.ts
+2
-2
src/app/helptext/system/certificates.ts
src/app/pages/system/ca/ca-add/ca-add.component.ts
+2
-2
src/app/pages/system/ca/ca-add/ca-add.component.ts
src/app/pages/system/certificates/certificate-add/certificate-add.component.ts
+2
-2
...certificates/certificate-add/certificate-add.component.ts
with
8 additions
and
8 deletions
+8
-8
src/app/helptext/system/ca.ts
View file @
9e37acff
...
...
@@ -141,7 +141,6 @@ matches your certificate usage scenario.'),
the system. This name must be unique within a
\
certificate chain.
'
),
validation
:
[
Validators
.
required
]
},
san
:
{
...
...
@@ -151,7 +150,8 @@ matches your certificate usage scenario.'),
secure. Separate domains by pressing <code>Enter</code>
\
For example, if the primary domain is <i>example.com</i>,
\
entering <i>www.example.com</i> secures both addresses.
"
)
),
validation
:
[
Validators
.
required
]
},
certificate
:
{
...
...
This diff is collapsed.
Click to expand it.
src/app/helptext/system/certificates.ts
View file @
9e37acff
...
...
@@ -133,7 +133,6 @@ matches your certificate usage scenario.'),
the system. This name must be unique within a
\
certificate chain.
'
),
validation
:
[
Validators
.
required
]
},
san
:
{
...
...
@@ -143,7 +142,8 @@ matches your certificate usage scenario.'),
secure. Separate domains by pressing <code>Enter</code>
\
For example, if the primary domain is <i>example.com</i>,
\
entering <i>www.example.com</i> secures both addresses.
"
)
),
validation
:
[
Validators
.
required
]
},
certificate
:
{
...
...
This diff is collapsed.
Click to expand it.
src/app/pages/system/ca/ca-add/ca-add.component.ts
View file @
9e37acff
...
...
@@ -263,8 +263,6 @@ export class CertificateAuthorityAddComponent {
name
:
'
common
'
,
placeholder
:
helptext_system_ca
.
add
.
common
.
placeholder
,
tooltip
:
helptext_system_ca
.
add
.
common
.
tooltip
,
required
:
true
,
validation
:
helptext_system_ca
.
add
.
common
.
validation
,
isHidden
:
false
,
class
:
'
inline
'
,
width
:
'
50%
'
,
...
...
@@ -274,6 +272,8 @@ export class CertificateAuthorityAddComponent {
name
:
'
san
'
,
placeholder
:
helptext_system_ca
.
add
.
san
.
placeholder
,
tooltip
:
helptext_system_ca
.
add
.
san
.
tooltip
,
required
:
true
,
validation
:
helptext_system_ca
.
add
.
san
.
validation
,
isHidden
:
false
,
class
:
'
inline
'
,
width
:
'
50%
'
,
...
...
This diff is collapsed.
Click to expand it.
src/app/pages/system/certificates/certificate-add/certificate-add.component.ts
View file @
9e37acff
...
...
@@ -303,8 +303,6 @@ export class CertificateAddComponent {
name
:
'
common
'
,
placeholder
:
helptext_system_certificates
.
add
.
common
.
placeholder
,
tooltip
:
helptext_system_certificates
.
add
.
common
.
tooltip
,
required
:
true
,
validation
:
helptext_system_certificates
.
add
.
common
.
validation
,
isHidden
:
false
,
class
:
'
inline
'
,
width
:
'
50%
'
,
...
...
@@ -314,6 +312,8 @@ export class CertificateAddComponent {
name
:
'
san
'
,
placeholder
:
helptext_system_certificates
.
add
.
san
.
placeholder
,
tooltip
:
helptext_system_certificates
.
add
.
san
.
tooltip
,
required
:
true
,
validation
:
helptext_system_certificates
.
add
.
san
.
validation
,
isHidden
:
false
,
class
:
'
inline
'
,
width
:
'
50%
'
,
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help