Link added

This commit is contained in:
Rajnikant 2022-03-22 12:07:13 +05:30
parent 108f95de59
commit c938c3a8ca
3 changed files with 10 additions and 2 deletions

View File

@ -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>

View File

@ -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;
}

View File

@ -19,7 +19,7 @@ export class HelpComponent implements OnInit {
},
(error) => {
if (error.status === 404) {
this.thirdpartylicenses = 'File not found';
this.thirdpartylicenses = 'Download Solar-PuTTY';
}
}
);