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
c25bc02c
Commit
c25bc02c
authored
Feb 17, 2021
by
janis.streib
🦉
Browse files
FIX: reset dualstack configuration
parent
80deee99
Pipeline
#135944
failed with stages
in 4 minutes and 40 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
frontend/src/views/dnsvs/BCDRecords.vue
View file @
c25bc02c
...
@@ -717,12 +717,10 @@ export default {
...
@@ -717,12 +717,10 @@ export default {
this
.
parent_oe2mgr
=
apiutil
.
dict_of_lists_by_value_of_array
(
rangeResponse
.
data
[
14
],
'
ou_short_name
'
)
this
.
parent_oe2mgr
=
apiutil
.
dict_of_lists_by_value_of_array
(
rangeResponse
.
data
[
14
],
'
ou_short_name
'
)
this
.
parent_oe_mgr
=
apiutil
.
dict_by_value_of_array
(
rangeResponse
.
data
[
15
],
'
login_name
'
)
this
.
parent_oe_mgr
=
apiutil
.
dict_by_value_of_array
(
rangeResponse
.
data
[
15
],
'
login_name
'
)
this
.
vlans
=
rangeResponse
.
data
[
16
]
this
.
vlans
=
rangeResponse
.
data
[
16
]
this
.
has_v4
=
this
.
has_v6
=
false
for
(
const
sub
of
this
.
subnets
)
{
for
(
const
sub
of
this
.
subnets
)
{
if
(
sub
.
type
===
'
4
'
)
{
this
.
has_v4
=
sub
.
type
===
'
4
'
this
.
has_v4
=
true
this
.
has_v6
=
sub
.
type
===
'
6
'
}
else
{
this
.
has_v6
=
true
}
}
}
const
recordQuery
=
await
RangeService
.
getRecords
(
this
.
$store
.
state
.
netdb_axios_config
,
this
.
$route
.
params
.
name
)
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
'
)
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