mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Configuration: You can now see your expired API keys if you have no active ones (#42452)
* Configuration: Always display expired API keys * Use exclamation-triangle instead * Reintroduce toggle, move logic into store and call both endpoints * Handle apiKeys without TTL * Remove backend changes and make checks in frontend instead
This commit is contained in:
@@ -15,7 +15,9 @@ export interface NewApiKey {
|
||||
}
|
||||
|
||||
export interface ApiKeysState {
|
||||
includeExpired: boolean;
|
||||
keys: ApiKey[];
|
||||
keysIncludingExpired: ApiKey[];
|
||||
searchQuery: string;
|
||||
hasFetched: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user