Skip to content
GitLab
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
43b865db
Commit
43b865db
authored
Apr 01, 2021
by
janis.streib
🦉
Browse files
hint hint
parent
6f18232a
Pipeline
#146695
passed with stages
in 9 minutes and 6 seconds
Changes
1
Pipelines
23
Hide whitespace changes
Inline
Side-by-side
frontend/src/components/Navbar.vue
View file @
43b865db
...
...
@@ -4,7 +4,8 @@
:class=
"`bg-$
{$sysinfo.host_oper_mode.mode}` + ' shadow'">
<!-- Brand and toggle get grouped for better mobile display -->
<b-navbar-brand
to=
"/"
>
<img
class=
"d-inline-block align-top scc-img"
alt=
"SCC"
src=
"@/assets/img/scc_logo_small.png"
/>
<img
v-if=
"$store.state.spec_ready"
class=
"d-inline-block align-top scc-img"
alt=
"SCC"
src=
"@/assets/img/scc_logo_small.png"
/>
<img
v-else
class=
"d-inline-block align-top scc-img"
alt=
"NETTVS"
src=
"@/assets/img/netvs_logo.png"
/>
<span
v-if=
"!$sysinfo.host_oper_mode.is_prod"
>
Instanz:
{{
$sysinfo
.
host_oper_mode
.
mode
}}
</span>
</b-navbar-brand>
<b-navbar-toggle
target=
"navbarNavDropdown"
>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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