mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Remove last synchronisation field from LDAP debug view (#30984)
* Remove last synchronisation field from LDAP debug view * Apply review comments
This commit is contained in:
@@ -12,7 +12,6 @@ export interface SyncInfo {
|
||||
enabled: boolean;
|
||||
schedule: string;
|
||||
nextSync: string;
|
||||
prevSync?: SyncResult;
|
||||
}
|
||||
|
||||
export interface LdapUserSyncInfo {
|
||||
@@ -21,14 +20,6 @@ export interface LdapUserSyncInfo {
|
||||
status?: string;
|
||||
}
|
||||
|
||||
export interface SyncResult {
|
||||
started: string;
|
||||
elapsed: string;
|
||||
UpdatedUserIds: number[];
|
||||
MissingUserIds: number[];
|
||||
FailedUsers?: FailedUser[];
|
||||
}
|
||||
|
||||
export interface FailedUser {
|
||||
Login: string;
|
||||
Error: string;
|
||||
|
||||
Reference in New Issue
Block a user