Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
scc-net
netvs
netvs-core
Commits
208239a0
Commit
208239a0
authored
Jun 09, 2021
by
janis.streib
🦉
Browse files
FIX: consistent titles
parent
deed5826
Pipeline
#152790
passed with stages
in 14 minutes and 11 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
frontend/src/views/dnsvs/DomainInspect.vue
View file @
208239a0
<
template
>
<div
class=
"DomainInspect"
>
<h1>
FQDN '
<span
v-if=
"$route.params.fqdn === '$'"
>
.
</span><span
v-if=
"$route.params.fqdn !== '$'"
>
{{
$route
.
params
.
fqdn
}}
</span>
'
<h1><span
v-if=
"$route.params.fqdn === '$'"
>
.
</span><span
v-if=
"$route.params.fqdn !== '$'"
>
{{
$route
.
params
.
fqdn
}}
</span>
<small
class=
"text-muted"
>
FQDN
</small>
</h1>
<FQDNTable
:fqdns=
"fqdns"
></FQDNTable>
</div>
...
...
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