mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-05-31 06:20:59 +00:00
Release notes updated
This commit is contained in:
parent
e181be93c2
commit
c4959b97da
@ -1,16 +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: 2019.2.0
|
Current version: 2019.3.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
|
||||||
|
@ -10,9 +10,6 @@
|
|||||||
</div>
|
</div>
|
||||||
</mat-tab>
|
</mat-tab>
|
||||||
<mat-tab label="Command line">
|
<mat-tab label="Command line">
|
||||||
<div *ngIf="node.status !== 'started'" class='textBox'>
|
|
||||||
Please start the node in order to get the command line information.
|
|
||||||
</div>
|
|
||||||
<div class="textBox">
|
<div class="textBox">
|
||||||
{{commandLine}}
|
{{commandLine}}
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user