Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Vault
Commits
12c02667
Commit
12c02667
authored
3 years ago
by
Claire Bontempo
Browse files
Options
Download
Email Patches
Plain Diff
change other canParse conditional
parent
c7da1467
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ui/app/templates/components/pki-cert-show.hbs
+1
-1
ui/app/templates/components/pki-cert-show.hbs
with
1 addition
and
1 deletion
+1
-1
ui/app/templates/components/pki-cert-show.hbs
+
1
-
1
View file @
12c02667
...
...
@@ -14,7 +14,7 @@
</h1>
</p.levelLeft>
</PageHeader>
{{#if
(
not
(
eq
this
.
model
.
canParse
true
)
)
}}
{{#if
(
eq
this
.
model
.
canParse
false
)
}}
<AlertBanner
@
type=
"info"
@
message=
"There was an error parsing the certificate's metadata. As a result, Vault cannot display the common name or the issue and expiration dates. This will not interfere with the certificate's functionality."
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
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