Loading src/webui/service/main/routes.py +1 −1 Original line number Diff line number Diff line Loading @@ -60,7 +60,7 @@ def home(): context_uuid : str = context_.context_id.context_uuid.uuid context_name : str = context_.name topologies : TopologyList = context_client.ListTopologies(context_.context_id) for topology_ in topologies.topology_ids: for topology_ in topologies.topologies: topology_uuid : str = topology_.topology_id.topology_uuid.uuid topology_name : str = topology_.name raw_values = context_uuid, context_name, topology_uuid, topology_name Loading Loading
src/webui/service/main/routes.py +1 −1 Original line number Diff line number Diff line Loading @@ -60,7 +60,7 @@ def home(): context_uuid : str = context_.context_id.context_uuid.uuid context_name : str = context_.name topologies : TopologyList = context_client.ListTopologies(context_.context_id) for topology_ in topologies.topology_ids: for topology_ in topologies.topologies: topology_uuid : str = topology_.topology_id.topology_uuid.uuid topology_name : str = topology_.name raw_values = context_uuid, context_name, topology_uuid, topology_name Loading