mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-01-02 11:06:44 +00:00
Updating help component
This commit is contained in:
parent
a04804eaa0
commit
1a03bb0456
@ -31,8 +31,6 @@
|
|||||||
</mat-expansion-panel>
|
</mat-expansion-panel>
|
||||||
</mat-accordion>
|
</mat-accordion>
|
||||||
</div>
|
</div>
|
||||||
<button mat-button class="full-width">
|
<button mat-button color="primary" class="full-width" (click)="goToDocumentation()">Go to documentation</button>
|
||||||
<a href="https://docs.gns3.com/docs/"> Go to documentation </a>
|
|
||||||
</button>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.full-width {
|
.full-width {
|
||||||
width: 50%;
|
width: 100%;
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
}
|
}
|
||||||
|
@ -28,4 +28,8 @@ export class HelpComponent implements OnInit {
|
|||||||
this.releasenotes = data.replace(new RegExp('\n', 'g'), '<br />');
|
this.releasenotes = data.replace(new RegExp('\n', 'g'), '<br />');
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
goToDocumentation() {
|
||||||
|
window.location.href = "https://docs.gns3.com/docs/";
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user