<%inherit file="/layout/wizard.html"/> <%namespace file="/lib.html" import="csrf_hidden_input, wizard_cancel_delete, wizard_errors, wizard_schedules, acceleration_options"/> <% def is_selected(model_value, option_value, none_value=None): if model_value is None and option_value == none_value: return True if model_value == option_value: return True return False %>
<%include file="_steps.html" args="step=3"/>
${wizard_errors(header='Your dashboard settings could not be saved.', errors=saved_search.errors+dashboard.errors)} ${csrf_hidden_input()} % if saved_search.is_mutable('schedule.is_scheduled'): % else: % endif
<% panel_types = [ ('table', _('Table')), ('event', _('Event Listing')), ('bar', _('Bar')), ('area', _('Area')), ('column', _('Column')), ('pie', _('Pie')), ('scatter', _('Scatter')), ('line', _('Line')), ('single', _('Single value')), ('radialGauge', _('Radial Gauge')), ('fillerGauge', _('Filler Gauge')), ('markerGauge', _('Marker Gauge'))] %> ${_('Learn more')}
${_('Schedule')} % if saved_search.is_realtime():
  • ${_('May cause a brief resource usage spike.')}
  • ${_('Running multiple backgrounded real-time searches can cause system performance issues.')}
  • ${_('Learn more about system performance implications')}
% else:
  • <% saved_search.setSummarizationDetails() %> % if saved_search.auto_summarize.enabled is not None and saved_search.auto_summarize.can_summarize:
    ${acceleration_options()}
    % endif
    • ${_('0 21 * * * (every day at 9 PM)')}

    ${_('The dashboard loads results from the most recent run of the scheduled search.')}

% endif