Possibilité de choisir les backups à exporter sur disque dur externe

This commit is contained in:
ssamson-tis
2014-07-25 15:06:51 +02:00
parent 3439115500
commit f7056732f4
6 changed files with 206 additions and 50 deletions
+6
View File
@@ -28,9 +28,15 @@
});
</script>
<form id="backup" action='/export_backup'>
<p> Select backups to save : <br />
{% for entry in sections %}
<input type="checkbox" name="sections" value="{{entry}}" checked="true">{{entry}} <br />
{% endfor %}
<p>
<input type="hidden" name="start" value="true" />
<input type="button" id="confirm_button" value="Launch Backup" style="margin-left: 400px;" />
</form>
{% else %}
<h2 class="title">Backups is running: </h2>
<table id="table-design">