Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
arthur-zzz
noc
Commits
1c52f457
Commit
1c52f457
authored
Aug 14, 2021
by
arthur-zzz
Browse files
Fix typo
parent
21dbe042
Pipeline
#33045
passed with stages
in 26 minutes and 26 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
services/web/apps/pm/ddash/dashboards/link.py
View file @
1c52f457
...
...
@@ -30,7 +30,7 @@ class LinkDashboard(JinjaDashboard):
"device_a"
:
mos
.
interfaces
[
0
].
managed_object
.
name
.
replace
(
'"'
,
""
),
"device_b"
:
mos
.
interfaces
[
1
].
managed_object
.
name
.
replace
(
'"'
,
""
),
"bi_id_a"
:
mos
.
interfaces
[
0
].
managed_object
.
bi_id
,
"bi_id_b"
:
mos
.
interfaces
[
0
].
managed_object
.
bi_id
,
"bi_id_b"
:
mos
.
interfaces
[
1
].
managed_object
.
bi_id
,
"interface_a"
:
{
"name"
:
mos
.
interfaces
[
0
].
name
,
"descr"
:
mos
.
interfaces
[
0
].
description
or
mos
.
interfaces
[
0
].
name
,
...
...
Write
Preview
Supports
Markdown
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