mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2026-09-26 08:00:55 +00:00
feat: add login user display to login records (#12870)
This commit is contained in:
@@ -24,11 +24,12 @@ export namespace Log {
|
||||
operation: string;
|
||||
}
|
||||
export interface SearchLgLog extends ReqPage {
|
||||
ip: string;
|
||||
info: string;
|
||||
status: string;
|
||||
}
|
||||
export interface LoginLogs {
|
||||
ip: string;
|
||||
user: string;
|
||||
address: string;
|
||||
agent: string;
|
||||
status: string;
|
||||
|
||||
Reference in New Issue
Block a user