mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-06-06 01:01:33 +00:00
35 lines
1.7 KiB
HTML
35 lines
1.7 KiB
HTML
<div class="content">
|
|
<div class="default-header"><h1>Help</h1></div>
|
|
<div class="default-content">
|
|
<div class="container mat-elevation-z8">
|
|
<mat-accordion>
|
|
<mat-expansion-panel>
|
|
<mat-expansion-panel-header>
|
|
<mat-panel-title> Useful shortcuts </mat-panel-title>
|
|
</mat-expansion-panel-header>
|
|
<mat-list>
|
|
<mat-list-item> ctrl + + to zoom in </mat-list-item>
|
|
<mat-list-item> ctrl + - to zoom out </mat-list-item>
|
|
<mat-list-item> ctrl + 0 to reset zoom </mat-list-item>
|
|
<mat-list-item> ctrl + a to select all items on map </mat-list-item>
|
|
<mat-list-item> ctrl + shift + a to deselect all items on map </mat-list-item>
|
|
<mat-list-item> ctrl + shift + s to go to preferences </mat-list-item>
|
|
</mat-list>
|
|
</mat-expansion-panel>
|
|
<mat-expansion-panel>
|
|
<mat-expansion-panel-header>
|
|
<mat-panel-title> Third party components </mat-panel-title>
|
|
</mat-expansion-panel-header>
|
|
<div [innerHTML]="thirdpartylicenses"></div>
|
|
</mat-expansion-panel>
|
|
<mat-expansion-panel>
|
|
<mat-expansion-panel-header>
|
|
<mat-panel-title> Release notes </mat-panel-title>
|
|
</mat-expansion-panel-header>
|
|
<div [innerHTML]="releasenotes"></div>
|
|
</mat-expansion-panel>
|
|
</mat-accordion>
|
|
</div>
|
|
</div>
|
|
</div>
|