To recreate, run a lab example on your local machine. I am running Containerlab on a laptop running Ubuntu 20.04 desktop. I used lab-examples/srl02. After the lab is running, run the sudo clab graph command. Then, open a browser window at the URL http://localhost:50080/. I see the display shown in the attached image. It just shows the page title with no lab information.
However, if I run the graph command on the topology file, it displays the lab information. The command sudo clab graph --offline --topo srl02.clab.yml results in the display below:
This is a small problem but I though you'd like to know.
The "graph" command does not display anything.
To recreate, run a lab example on your local machine. I am running Containerlab on a laptop running Ubuntu 20.04 desktop. I used lab-examples/srl02. After the lab is running, run the
sudo clab graph
command. Then, open a browser window at the URLhttp://localhost:50080/
. I see the display shown in the attached image. It just shows the page title with no lab information.However, if I run the graph command on the topology file, it displays the lab information. The command
sudo clab graph --offline --topo srl02.clab.yml
results in the display below:This is a small problem but I though you'd like to know.