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
f6c1158f
Commit
f6c1158f
authored
Feb 17, 2021
by
janis.streib
🦉
Browse files
FIX: show all records
parent
c25bc02c
Pipeline
#138818
passed with stages
in 6 minutes and 28 seconds
Changes
1
Pipelines
15
Show whitespace changes
Inline
Side-by-side
frontend/src/views/dnsvs/BCDRecords.vue
View file @
f6c1158f
...
...
@@ -719,8 +719,8 @@ export default {
this
.
vlans
=
rangeResponse
.
data
[
16
]
this
.
has_v4
=
this
.
has_v6
=
false
for
(
const
sub
of
this
.
subnets
)
{
this
.
has_v4
=
sub
.
type
===
'
4
'
this
.
has_v6
=
sub
.
type
===
'
6
'
this
.
has_v4
=
this
.
has_v4
||
sub
.
type
===
'
4
'
this
.
has_v6
=
this
.
has_v6
||
sub
.
type
===
'
6
'
}
const
recordQuery
=
await
RangeService
.
getRecords
(
this
.
$store
.
state
.
netdb_axios_config
,
this
.
$route
.
params
.
name
)
this
.
fqdns
=
apiutil
.
dict_by_value_of_array
(
recordQuery
.
data
[
1
],
'
value
'
)
...
...
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