mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-06-16 22:08:08 +00:00
Help component added
This commit is contained in:
15
src/app/components/help/help.component.html
Normal file
15
src/app/components/help/help.component.html
Normal file
@ -0,0 +1,15 @@
|
||||
<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> Third party components </mat-panel-title>
|
||||
</mat-expansion-panel-header>
|
||||
<div [innerHTML]="thirdpartylicenses"></div>
|
||||
</mat-expansion-panel>
|
||||
</mat-accordion>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
Reference in New Issue
Block a user