diff --git a/data/interfaces/default/history_table_modal.html b/data/interfaces/default/history_table_modal.html index 152589eb..58345fcf 100644 --- a/data/interfaces/default/history_table_modal.html +++ b/data/interfaces/default/history_table_modal.html @@ -38,6 +38,7 @@ type: "post", data: function ( d ) { return { 'json_data': JSON.stringify( d ), + 'grouping': false, 'start_date': '${data}' }; } diff --git a/data/interfaces/default/settings.html b/data/interfaces/default/settings.html index 000084b0..3adc935e 100644 --- a/data/interfaces/default/settings.html +++ b/data/interfaces/default/settings.html @@ -496,6 +496,12 @@ available_notification_agents = notifiers.available_notification_agents()
Set the progress percentage of when a watched notification should be triggered. Minimum 50, Maximum 95.
+Disable to prevent consecutive notifications (i.e. both watched & stopped notifications).
+