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
6b91136a
Commit
6b91136a
authored
3 years ago
by
Boris Vasilenko
Browse files
Options
Download
Email Patches
Plain Diff
NAS-114639: renaming
parent
b0cdaa92
NAS-114639
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/app/pages/credentials/certificates-dash/certificates-dash.component.ts
+5
-5
...dentials/certificates-dash/certificates-dash.component.ts
with
5 additions
and
5 deletions
+5
-5
src/app/pages/credentials/certificates-dash/certificates-dash.component.ts
View file @
6b91136a
...
...
@@ -65,7 +65,7 @@ export class CertificatesDashComponent implements OnInit {
});
this
.
systemGeneralService
.
getUnsignedCertificates
().
pipe
(
untilDestroyed
(
this
)).
subscribe
((
res
)
=>
{
res
.
forEach
((
item
)
=>
{
this
.
signCsr
FieldConf
Select
.
options
.
push
(
this
.
un
sign
ed
CsrSelect
Field
.
options
.
push
(
{
label
:
item
.
name
,
value
:
item
.
id
},
);
});
...
...
@@ -347,9 +347,9 @@ export class CertificatesDashComponent implements OnInit {
matTooltip
:
helptextSystemCa
.
list
.
action_sign
,
onClick
:
(
rowinner
:
CertificateAuthority
)
=>
{
this
.
systemGeneralService
.
getUnsignedCertificates
().
pipe
(
untilDestroyed
(
this
)).
subscribe
((
res
)
=>
{
this
.
signCsr
FieldConf
Select
.
options
=
[];
this
.
un
sign
ed
CsrSelect
Field
.
options
=
[];
res
.
forEach
((
item
)
=>
{
this
.
signCsr
FieldConf
Select
.
options
.
push
(
this
.
un
sign
ed
CsrSelect
Field
.
options
.
push
(
{
label
:
item
.
name
,
value
:
item
.
id
},
);
});
...
...
@@ -396,7 +396,7 @@ export class CertificatesDashComponent implements OnInit {
},
200
);
}
private
signCsr
FieldConf
Select
:
FormSelectConfig
=
{
private
un
sign
ed
CsrSelect
Field
:
FormSelectConfig
=
{
type
:
'
select
'
,
name
:
'
csr_cert_id
'
,
placeholder
:
helptextSystemCa
.
sign
.
csr_cert_id
.
placeholder
,
...
...
@@ -406,7 +406,7 @@ export class CertificatesDashComponent implements OnInit {
};
protected
signCsrFieldConf
:
FieldConfig
[]
=
[
this
.
signCsr
FieldConf
Select
,
this
.
un
sign
ed
CsrSelect
Field
,
{
type
:
'
input
'
,
name
:
'
name
'
,
...
...
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