File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
cesnet_service_path_plugin Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -35,11 +35,11 @@ def full_width_page(self):
3535 # Initialize topology data
3636 topology_data = None
3737 topology_title = None
38+ topologies = {}
3839
3940 if segment :
4041 # Check if segment is part of any service path
4142 service_paths = ServicePathSegmentMapping .objects .filter (segment = segment ).all ()
42- topologies = {}
4343 if service_paths :
4444 for sp in service_paths :
4545 # get data from service path model
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " cesnet_service_path_plugin"
7- version = " 5.2.1b6 "
7+ version = " 5.2.1b7 "
88description = " Adds ability to create, edit and view service paths in the network."
99authors = [
1010 {name = " Jan Krupa" , email = " jan.krupa@cesnet.cz" },
You can’t perform that action at this time.
0 commit comments