mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-01-02 11:06:44 +00:00
.
This commit is contained in:
parent
7049e05c91
commit
7aae84b2be
@ -13,7 +13,7 @@ export class AuthImageFilter implements PipeTransform {
|
|||||||
constructor(
|
constructor(
|
||||||
private httpServer: HttpServer,
|
private httpServer: HttpServer,
|
||||||
private domSanitizer: DomSanitizer
|
private domSanitizer: DomSanitizer
|
||||||
) {}
|
) { }
|
||||||
|
|
||||||
async transform(src: string, server: Server) {
|
async transform(src: string, server: Server) {
|
||||||
let url = src.split(`${environment.current_version}`)[1];
|
let url = src.split(`${environment.current_version}`)[1];
|
||||||
|
Loading…
Reference in New Issue
Block a user