mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2024-12-21 22:07:48 +00:00
Link to docs added
This commit is contained in:
parent
baa344fbe5
commit
e1b0e73916
@ -31,6 +31,11 @@
|
||||
</mat-expansion-panel>
|
||||
</mat-accordion>
|
||||
</div>
|
||||
<button mat-button class="full-width">
|
||||
<a href="https://docs.gns3.com/docs/">
|
||||
Go to documentation
|
||||
</a>
|
||||
</button>
|
||||
<button mat-button routerLink="/help/reportissue" class="full-width">
|
||||
Report an issue
|
||||
</button>
|
||||
|
@ -1,4 +1,4 @@
|
||||
.full-width {
|
||||
width: 100%;
|
||||
width: 50%;
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user