summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2017-04-15 15:22:20 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2017-04-15 15:22:20 +0200
commit9f974a33bf15b27b7c94117de1cc993fa197e41f (patch)
treebe7953fbd1b2fee2e4d2369f18448cd7430f8a10
parentcb9bf50bade60da2344e05d214af86a4a34cb892 (diff)
downloadbridge-9f974a33bf15b27b7c94117de1cc993fa197e41f.tar.gz
bridge-9f974a33bf15b27b7c94117de1cc993fa197e41f.zip
show grab status on dashboard
-rw-r--r--index.html4
1 files changed, 4 insertions, 0 deletions
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":