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
c9ced335
Commit
c9ced335
authored
Oct 11, 2020
by
gj4210
👽
Browse files
ADD: Layout for new BCDRecords
parent
1196db81
Pipeline
#112391
passed with stages
in 9 minutes and 8 seconds
Changes
3
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
frontend/src/api-services/dns_bcd.service.js
View file @
c9ced335
...
...
@@ -14,11 +14,8 @@ export default {
getDetail
(
config
,
name
)
{
const
ta
=
[
{
name
:
'
nd.bcd.list
'
,
old
:
{
name_list
:
[
name
]
}
},
{
name
:
'
dns.mgr2bcd.list
'
,
join
:
{
0
:
'
dns.mgr2bcd.fkey_dns_mgr2bcd_bcd
'
}
},
{
name
:
'
cntl.mgr.list
'
,
join
:
{
1
:
'
dns.mgr2bcd.fkey_dns_mgr2bcd_mgr
'
}
},
{
name
:
'
dns.domain2bcd.list
'
,
join
:
{
0
:
'
dns.domain2bcd.fkey_dns_domain2bcd_bcd
'
}
},
{
name
:
'
org.unit.list
'
,
join
:
{
0
:
'
nd.bcd.fkey_nd_bcd_oe
'
}
},
{
name
:
'
nd.ip_subnet.list
'
,
join
:
{
0
:
'
nd.ip_subnet.fkey_nd_ip_subnet_bcd
'
}
}
{
name
:
'
org.unit.list
'
,
join
:
{
0
:
'
api_fkey_nd_bcd_ou
'
}
},
{
name
:
'
nd.ip_subnet.list
'
,
join
:
{
0
:
'
api_fkey_nd_ip_subnet_bcd
'
}
}
]
return
TransactionService
.
execute
(
config
,
ta
)
}
...
...
frontend/src/icons.js
View file @
c9ced335
...
...
@@ -33,7 +33,8 @@ import {
faEyeSlash
,
faLink
,
faQuestion
,
faTimes
faTimes
,
faChevronLeft
}
from
'
@fortawesome/free-solid-svg-icons
'
import
{
...
...
@@ -87,5 +88,6 @@ library.add(
faEyeSlash
,
faLink
,
faQuestion
,
faTimes
faTimes
,
faChevronLeft
)
frontend/src/views/dnsvs/BCDRecords.vue
View file @
c9ced335
This diff is collapsed.
Click to expand it.
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