mirror of
https://github.com/jaypyles/Scraperr.git
synced 2025-12-16 20:56:03 +00:00
feat: add statistics page
This commit is contained in:
@@ -47,9 +47,9 @@ interface ColorMap {
|
||||
}
|
||||
|
||||
const COLOR_MAP: ColorMap = {
|
||||
Queued: "rgba(255,201,5,0.5)",
|
||||
Scraping: "rgba(3,104,255,0.5)",
|
||||
Completed: "rgba(5,255,51,0.5)",
|
||||
Queued: "rgba(255,201,5,0.25)",
|
||||
Scraping: "rgba(3,104,255,0.25)",
|
||||
Completed: "rgba(5,255,51,0.25)",
|
||||
};
|
||||
|
||||
const JobTable: React.FC<JobTableProps> = ({ jobs, fetchJobs }) => {
|
||||
|
||||
Reference in New Issue
Block a user