Disk Edition : Resize and Create attached disks

This commit is contained in:
root
2024-03-25 15:49:12 +01:00
parent 93f2a5379f
commit a2683789d1
22 changed files with 331 additions and 33 deletions

View File

@@ -16,7 +16,6 @@
<link href="{{url_for('static', filename = 'style.css')}}" rel="stylesheet">
<link href="{{url_for('static', filename = 'dropzone.min.css')}}" rel="stylesheet">
<script src="{{url_for('static', filename = 'popper.min.js')}}"></script>
<script src="{{url_for('static', filename = 'bootstrap.bundle.min.js')}}"></script>
<script src="{{url_for('static', filename = 'jquery.min.js')}}"></script>
@@ -73,8 +72,6 @@
{% block content %}{% endblock %}
<!-- Pour le fun -->
<div style="position:fixed;bottom:0;right:0">Version Beta 2.7</div>
<!-- Alerting -->
<script>
var opacity=0;
@@ -117,14 +114,14 @@ menu_btn.addEventListener("click", () => {
}
// ]]>
</script>
<!-- DropZone -->
<!-- DropZone
<script>
var myDropzone = new Dropzone("#file-dropzone", {
maxFilesize: 10240, // 10Go in Mo
timeout: 0,
});
</script>
-->
<!-- Alert JS -->
<script>
//Get the cookie related to theme