<%! title = 'Splunk Server Control' %> <%namespace name="lib" file="//lib.html" import="*"/> <%namespace name="helpers" file="_helpers.html"/> <%inherit file="//layout/admin.html" />

${_('Splunk is restarting. Please wait. This may take a few minutes.')}

${_('You may see warnings about invalid SSL certificates. Be sure to allow all such requests')}

${_('Splunk is restarting. Please wait. This may take a few minutes.')}

${_('Check the Splunk logs to determine when Splunk has finished restarting. It may take a few minutes.')}

${_('Once Splunk has restarted, click here to login again.')}

${_('NOTE: Firefox may warn you that the SSL certificate is invalid the first time you try to log in.')}

${_('Restart Splunk')}
% if displayRestartButton:

${_('Click the button below to restart Splunk')}


% else:

${_('You do not have permission to restart splunk.')} % endif <%helpers:displayrestartbutton displayRestartButton="${displayRestartButton}" />