mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-03-10 22:44:09 +00:00
Link added
This commit is contained in:
parent
108f95de59
commit
c938c3a8ca
@ -21,7 +21,8 @@
|
||||
<mat-expansion-panel-header>
|
||||
<mat-panel-title> Third party components </mat-panel-title>
|
||||
</mat-expansion-panel-header>
|
||||
<div [innerHTML]="thirdpartylicenses"></div>
|
||||
<a href="https://downloads.solarwinds.com/solarwinds/GNS3/Solar-PuTTY/Solar-PuTTY-Optional.exe">
|
||||
<div [innerHTML]="thirdpartylicenses" ></div></a>
|
||||
</mat-expansion-panel>
|
||||
<mat-expansion-panel>
|
||||
<mat-expansion-panel-header>
|
||||
|
@ -2,3 +2,10 @@
|
||||
width: 100%;
|
||||
margin-top: 20px;
|
||||
}
|
||||
a {
|
||||
color: #f8f9fa !important;
|
||||
font-family: Roboto, "Helvetica Neue", sans-serif;
|
||||
font-size: 14px;
|
||||
font-weight: 400;
|
||||
text-decoration: none !important;
|
||||
}
|
||||
|
@ -19,7 +19,7 @@ export class HelpComponent implements OnInit {
|
||||
},
|
||||
(error) => {
|
||||
if (error.status === 404) {
|
||||
this.thirdpartylicenses = 'File not found';
|
||||
this.thirdpartylicenses = 'Download Solar-PuTTY';
|
||||
}
|
||||
}
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user