Jeremy Grossmann
Jeremy Grossmann
Sorry, this is not yet supported. This could be implemented after we release version 3.0.
What about something similar to View -> Show layers?  or I could add an extra column in the topology summary?
This is looking good :+1:
Thanks for sharing this. I like the idea, let's try to implement that in 2.3
@b-ehlers thanks for the heads up, hopefully you will still be around I duplicated your repository to https://github.com/grossmj/gns3-gui-tools
Looks like we should store all the appliance files into `~/GNS3/appliances` (by default). I was hoping to migrate to `importlib_resources` first https://github.com/GNS3/gns3-server/issues/2046 however it doesn't support Python 3.6
Thanks for reporting this. My quick guess is that we haven't explicitly marked all the tests that are coroutines with `@pytest.mark.asyncio` and now the strict mode enforces it. I will...
@mm1ke is this issue for version 3.0 or 2.2.x? @seifertm no worries, we understand :)
Fixed for both 3.0 and 2.2.x
Should be fixed now.