mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-06-22 00:13:36 +00:00
.
This commit is contained in:
@ -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];
|
||||||
|
Reference in New Issue
Block a user