Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
netvs-core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
scc-net
netvs
netvs-core
Commits
c59ef869
Verified
Commit
c59ef869
authored
3 weeks ago
by
Julian Keck
Browse files
Options
Downloads
Patches
Plain Diff
FIX: remove unused code
parent
9af67edc
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#419063
passed with warnings
2 weeks ago
Stage: build
Stage: lint
Stage: deploy
Stage: e2e
Changes
1
Pipelines
10
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/api-services/netdoc.service.js
+0
-17
0 additions, 17 deletions
src/api-services/netdoc.service.js
with
0 additions
and
17 deletions
src/api-services/netdoc.service.js
+
0
−
17
View file @
c59ef869
...
...
@@ -19,23 +19,6 @@ export default {
]
return
TransactionService
.
execute
(
config
,
ta
)
},
get_black_box_module_types
(
config
)
{
const
ta
=
[
{
name
:
'
ndcfg.module_type_class.list
'
,
old
:
{
name
:
'
BlkBx
'
,
}
},
{
name
:
'
ndcfg.module_type.list
'
,
inner_join_ref
:
{
mtc_list
:
'
default
'
,
}
}
]
return
TransactionService
.
execute
(
config
,
ta
)
},
// TODO: the response of this query is rather large (for medium sized querys multiple MB)
// not all parts are required => this should be filtered
get_dd_by_bcd_new
(
config
,
bcd_name
)
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment