From 9f974a33bf15b27b7c94117de1cc993fa197e41f Mon Sep 17 00:00:00 2001 From: schneefux Date: Sat, 15 Apr 2017 15:22:20 +0200 Subject: show grab status on dashboard --- index.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/index.html b/index.html index 47f81fc..d63de99 100644 --- a/index.html +++ b/index.html @@ -73,6 +73,10 @@ notif(name + ": not found", "red"); break; case "search_success": notif(name + ": found", "green"); break; + case "grab_fail": + notif(name + ": grabbed everything", "grey"); break; + case "grab_success": + notif(name + ": grabbed a page", "green"); break; case "matches_update": notif(name + ": new match(es) available", "orange"); break; case "stats_update": -- cgit v1.3.1