mirror of
https://github.com/sct/overseerr.git
synced 2025-09-17 17:24:35 +02:00
feat(logs): add copy to clipboard button to logs page
includes various other improvements to the logs page
This commit is contained in:
@@ -5,6 +5,7 @@ export type LogMessage = {
|
||||
level: string;
|
||||
label: string;
|
||||
message: string;
|
||||
data?: Record<string, unknown>;
|
||||
};
|
||||
|
||||
export interface LogsResultsResponse extends PaginatedResponse {
|
||||
|
Reference in New Issue
Block a user