Reload server and edit configuration. ()

The first iteration for config editor and server reload from the web interface.
This commit is contained in:
Antonio Navarro Perez 2020-11-08 18:19:25 +01:00 committed by GitHub
parent 56d32fd1f4
commit 0e2288565d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
53 changed files with 882 additions and 178 deletions
templates

View file

@ -44,9 +44,9 @@
{{end}}
</div>
{{template "common_footer.html"}}
<script src="assets/js/humanize.js"></script>
<script src="assets/js/file_chunks.js"></script>
<script src="assets/js/routes.js"></script>
<script src="assets/js/humanize.js" type="text/javascript" charset="utf-8"></script>
<script src="assets/js/file_chunks.js" type="text/javascript" charset="utf-8"></script>
<script src="assets/js/routes.js" type="text/javascript" charset="utf-8"></script>
</body>
</body>