mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-02-07 08:43:48 +02:00
Merge branch 'master' into 2.2
This commit is contained in:
commit
ad7277c938
@ -58,7 +58,7 @@ The zip can be a ZIP64 if the project is too big for standard zip file.
|
|||||||
These files contain everything needed to create a new appliance template in GNS3.
|
These files contain everything needed to create a new appliance template in GNS3.
|
||||||
|
|
||||||
A JSON schema is available there:
|
A JSON schema is available there:
|
||||||
https://github.com/GNS3/gns3-registry/blob/master/schemas/appliance.json
|
https://github.com/GNS3/gns3-registry/blob/master/schemas/appliance_v6.json
|
||||||
|
|
||||||
And samples there:
|
And samples there:
|
||||||
https://github.com/GNS3/gns3-registry/tree/master/appliances
|
https://github.com/GNS3/gns3-registry/tree/master/appliances
|
||||||
|
@ -1,6 +1,19 @@
|
|||||||
GNS3 WebUI is web implementation of user interface for GNS3 software.
|
GNS3 WebUI is web implementation of user interface for GNS3 software.
|
||||||
|
|
||||||
Current version: GNS3 Web UI 2020.2.0-beta.2
|
Current version: GNS3 Web UI 2020.2.0-beta.4
|
||||||
|
|
||||||
|
Bug Fixes
|
||||||
|
- New port setting for GNS3 VM preferences
|
||||||
|
- Option to auto-hide menu toolbar on the left side
|
||||||
|
- Server type in template preferences
|
||||||
|
- Error when selecting existing Docker image
|
||||||
|
- Default values in templates
|
||||||
|
- TypeError: Cannot read property 'message' of undefined
|
||||||
|
- TypeError: e.error is undefined
|
||||||
|
- TypeError: Cannot read property 'placements' of null
|
||||||
|
- Creating IOS templates -> fix for platforms and network adapters
|
||||||
|
|
||||||
|
GNS3 Web UI 2020.2.0-beta.2
|
||||||
|
|
||||||
What's New
|
What's New
|
||||||
- Drag & drop to add new nodes on topology
|
- Drag & drop to add new nodes on topology
|
||||||
|
@ -48,5 +48,5 @@
|
|||||||
|
|
||||||
gtag('config', 'G-5D6FZL9923');
|
gtag('config', 'G-5D6FZL9923');
|
||||||
</script>
|
</script>
|
||||||
<script src="runtime.a8ef3a8272419c2e2c66.js" defer></script><script src="polyfills-es5.adfecedb3e8b94a475d4.js" nomodule defer></script><script src="polyfills.312ad1f991887572d9bc.js" defer></script><script src="main.675279bd49308a23d11c.js" defer></script></body>
|
<script src="runtime.a8ef3a8272419c2e2c66.js" defer></script><script src="polyfills-es5.adfecedb3e8b94a475d4.js" nomodule defer></script><script src="polyfills.312ad1f991887572d9bc.js" defer></script><script src="main.0846ddc10f839bedfff3.js" defer></script></body>
|
||||||
</html>
|
</html>
|
||||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user