diff --git a/data/interfaces/default/newsletters_table.html b/data/interfaces/default/newsletters_table.html index 5ceaf0a0..b2c4cb04 100644 --- a/data/interfaces/default/newsletters_table.html +++ b/data/interfaces/default/newsletters_table.html @@ -20,13 +20,28 @@ DOCUMENTATION :: END % else: ${newsletter['agent_label']} (${newsletter['id']}) % endif - - + % if newsletter_handler.NEWSLETTER_SCHED.get_job('newsletter-{}'.format(newsletter['id'])): <% job = newsletter_handler.NEWSLETTER_SCHED.get_job('newsletter-{}'.format(newsletter['id'])) %> - + + % endif + % if newsletter['last_triggered']: + <% icon, icon_tooltip = ('fa-check', 'Success') if newsletter['last_success'] else ('fa-times', 'Failed') %> + + % else: + Last: never + % endif diff --git a/data/interfaces/default/notifiers_table.html b/data/interfaces/default/notifiers_table.html index d2bfa55e..1017f7f4 100644 --- a/data/interfaces/default/notifiers_table.html +++ b/data/interfaces/default/notifiers_table.html @@ -19,7 +19,20 @@ DOCUMENTATION :: END % else: ${notifier['agent_label']} (${notifier['id']}) % endif - + + % if notifier['last_triggered']: + <% icon, icon_tooltip = ('fa-check', 'Success') if notifier['last_success'] else ('fa-times', 'Failed') %> + + + + % else: + never + + % endif % endfor diff --git a/data/interfaces/default/settings.html b/data/interfaces/default/settings.html index c5d8fe37..6710ff79 100644 --- a/data/interfaces/default/settings.html +++ b/data/interfaces/default/settings.html @@ -1278,7 +1278,7 @@
- Add a new notification agent, or configure an existing notification agent by clicking the settings icon on the right. + Add a new notification agent, or configure an existing notification agent by clicking on the item below.
Please see the Notification Agents Guide for instructions on setting up each notification agent. @@ -1298,7 +1298,7 @@
- Add a new newsletter agent, or configure an existing newsletter agent by clicking the settings icon on the right. + Add a new newsletter agent, or configure an existing newsletter agent by clicking on the item below.
Warning: The Image Hosting setting must be enabled for images to display on the newsletter. @@ -1630,7 +1630,7 @@
Register a new device using a QR code, or configure an existing device by clicking the settings icon on the right.
+Register a new device using a QR code, or configure an existing device by clicking on the item below.
Warning: The API must be enabled under Web Interface to use the app.