web/admin: show GeoIP information inline in events
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
		| @ -1,4 +1,5 @@ | ||||
| import { AKElement } from "@goauthentik/elements/Base"; | ||||
| import { KeyUnknown } from "@goauthentik/elements/forms/Form"; | ||||
|  | ||||
| import { TemplateResult, html } from "lit"; | ||||
| import { property } from "lit/decorators.js"; | ||||
| @ -25,10 +26,6 @@ export function readFileAsync(file: Blob) { | ||||
|     }); | ||||
| } | ||||
|  | ||||
| export type KeyUnknown = { | ||||
|     [key: string]: unknown; | ||||
| }; | ||||
|  | ||||
| export class BaseStage<Tin, Tout> extends AKElement { | ||||
|     host!: StageHost; | ||||
|  | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Jens Langhammer
					Jens Langhammer