1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-28 03:08:14 +00:00

Release 2019.2.0-alpha.7

This commit is contained in:
Piotr Pekala 2019-08-29 09:39:26 -07:00
parent e64ed839f5
commit 941857470d
6 changed files with 20 additions and 17 deletions

View File

@ -3,14 +3,17 @@ GNS3 WebUI is web implementation of user interface for GNS3 software.
Current version: 2019.2.0 Current version: 2019.2.0
What's New What's New
- Help section added with information about third party components - Editing interface labels on double click
- Showing progress when server starting - Support for keyboard shortcuts
- Possibility to edit interface & node labels by using context menu - Menu extended with option to delete currently opened project, export & import project
- Enhancements in moving elements on map - Possibility to save current state of project
- Context menu extended with option to duplicate - Ability to duplicate project from projects page
- Main menu extended with option to lock all items on map - Node information dialog available from context menu
- Topology summary widget on map view
- Improvements in dialog styles
Bug Fixes Bug Fixes
- Removing issues with positioning interface labels while adding link between nodes on map - Removing issues with opening console
- Context menu now is correctly placed - Context menu now is correctly placed
- Entered text in text & style editor is now validated - Text validation in dialogs
- Removing errors with creating WebSockets

View File

@ -33,9 +33,9 @@
} }
})(); })();
</script> </script>
<link rel="stylesheet" href="styles.cb254cd8da60d903b9c6.css"></head> <link rel="stylesheet" href="styles.24cf27dc9bb6109b497a.css"></head>
<!-- <body class="mat-app-background" oncontextmenu="return false;"> --> <!-- <body class="mat-app-background" oncontextmenu="return false;"> -->
<body class="mat-app-background" oncontextmenu="return false;"> <body class="mat-app-background" oncontextmenu="return false;">
<app-root></app-root> <app-root></app-root>
<script type="text/javascript" src="runtime.26209474bfa8dc87a77c.js"></script><script type="text/javascript" src="polyfills.9cf8d114d9c6322da643.js"></script><script type="text/javascript" src="main.24e56b8969fd8986411a.js"></script></body> <script type="text/javascript" src="runtime.26209474bfa8dc87a77c.js"></script><script type="text/javascript" src="polyfills.9cf8d114d9c6322da643.js"></script><script type="text/javascript" src="main.428d1e754dac7a9d2496.js"></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

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long