Files
labca/gui/templates/views/polling.tmpl
2025-03-11 20:39:07 +01:00

14 lines
658 B
Cheetah

{{ define "body" }}
</div>
<div class="col-md-6 col-sm-12">
<h3>Restart</h3>
<p id="pre-restart-1">
Please install the root certificate in the <b>Trusted Root Certification Authorities</b> store of your client machine now.<br/>
<a href="../certs/root-01-cert.pem">root-01-cert.pem</a>
</p>
<p id="pre-restart-2">Then, <a class="button active" id="restart-button" href="javascript:void();">restart LabCA</a></p>
<p id="restarting" class="hidden">Please wait while the application is restarted...<br/>
<img id="restart-spinner" src="static/img/spinner.gif" height="36"></p>
{{ template "partials/progress.tmpl" . }}
{{end}}