diff --git a/changedetectionio/static/images/play.svg b/changedetectionio/static/images/play.svg new file mode 100644 index 00000000..6b41c63d --- /dev/null +++ b/changedetectionio/static/images/play.svg @@ -0,0 +1,122 @@ + +image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/changedetectionio/templates/watch-overview.html b/changedetectionio/templates/watch-overview.html index 373124e4..a9297f03 100644 --- a/changedetectionio/templates/watch-overview.html +++ b/changedetectionio/templates/watch-overview.html @@ -76,7 +76,11 @@ {% if watch.uuid in queued_uuids %}queued{% endif %}"> {{ loop.index }} - Pause checks + {% if not watch.paused %} + Pause checks + {% else %} + UnPause checks + {% endif %} Mute notifications {{watch.title if watch.title is not none and watch.title|length > 0 else watch.url}}