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
f6c285b1
Commit
f6c285b1
authored
Mar 06, 2021
by
janis.streib
🦉
Browse files
UPD: more precise estimation for gateway warning
parent
4de4997e
Pipeline
#141527
passed with stages
in 6 minutes and 23 seconds
Changes
1
Pipelines
10
Hide whitespace changes
Inline
Side-by-side
frontend/src/views/dnsvs/BCDRecords.vue
View file @
f6c285b1
...
@@ -178,7 +178,8 @@
...
@@ -178,7 +178,8 @@
</b-td>
</b-td>
</b-tr>
</b-tr>
<b-tr>
<b-tr>
<b-th>
Gateways
<span
v-if=
"gateways.length > 1"
>
(geschätzt anhand von VLAN-Interfaces.
<a
<b-th>
Gateways
<span
v-if=
"(gateways.length > 1 && !(has_v6 && has_v6)) || (gateways.length > 2 && has_v6 && has_v4)"
>
(geschätzt anhand von VLAN-Interfaces.
<a
href=
"https://git.scc.kit.edu/scc-net/netvs/netvs-core/-/issues/264"
>
Nicht immer korrekt.
</a>
)
</span>
href=
"https://git.scc.kit.edu/scc-net/netvs/netvs-core/-/issues/264"
>
Nicht immer korrekt.
</a>
)
</span>
</b-th>
</b-th>
<b-td>
<b-td>
...
...
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