mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-24 09:18:08 +00:00
Release 2019.2.0-alpha.7
This commit is contained in:
parent
e64ed839f5
commit
941857470d
@ -3,14 +3,17 @@ GNS3 WebUI is web implementation of user interface for GNS3 software.
|
||||
Current version: 2019.2.0
|
||||
|
||||
What's New
|
||||
- Help section added with information about third party components
|
||||
- Showing progress when server starting
|
||||
- Possibility to edit interface & node labels by using context menu
|
||||
- Enhancements in moving elements on map
|
||||
- Context menu extended with option to duplicate
|
||||
- Main menu extended with option to lock all items on map
|
||||
- Editing interface labels on double click
|
||||
- Support for keyboard shortcuts
|
||||
- Menu extended with option to delete currently opened project, export & import project
|
||||
- Possibility to save current state of project
|
||||
- Ability to duplicate project from projects page
|
||||
- Node information dialog available from context menu
|
||||
- Topology summary widget on map view
|
||||
- Improvements in dialog styles
|
||||
|
||||
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
|
||||
- Entered text in text & style editor is now validated
|
||||
- Text validation in dialogs
|
||||
- Removing errors with creating WebSockets
|
||||
|
@ -33,9 +33,9 @@
|
||||
}
|
||||
})();
|
||||
</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;">
|
||||
<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>
|
||||
|
File diff suppressed because one or more lines are too long
1
gns3server/static/web-ui/main.428d1e754dac7a9d2496.js
Normal file
1
gns3server/static/web-ui/main.428d1e754dac7a9d2496.js
Normal file
File diff suppressed because one or more lines are too long
6
gns3server/static/web-ui/styles.24cf27dc9bb6109b497a.css
Normal file
6
gns3server/static/web-ui/styles.24cf27dc9bb6109b497a.css
Normal file
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