GNS3 / gns3-server

GNS3 server
GNU General Public License v3.0
812 stars 263 forks source link

Dedicated API to replace the generic GUI settings API call. #1427

Closed grossmj closed 6 years ago

grossmj commented 6 years ago

This is to replace the too generic GUI settings management on server side.

https://github.com/GNS3/gns3-server/blob/2.2/gns3server/controller/__init__.py#L58 https://github.com/GNS3/gns3-server/blob/2.2/gns3server/handlers/api/controller/server_handler.py#L104-L136

grossmj commented 6 years ago

Implemented.