mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-06-23 17:17:37 +00:00
Create an ApplianceTemplate class
This commit is contained in:
@ -34,4 +34,4 @@ class ApplianceHandler:
|
||||
def list(request, response):
|
||||
|
||||
controller = Controller.instance()
|
||||
response.json([c for c in controller.appliances.values()])
|
||||
response.json([c for c in controller.appliance_templates.values()])
|
||||
|
Reference in New Issue
Block a user