Improve Task Display

This commit is contained in:
speatzle 2024-06-25 18:00:04 +02:00
parent 1a46eaf51b
commit 1a181980a3
4 changed files with 49 additions and 18 deletions

View file

@ -24,7 +24,14 @@ window.onload = function(e){
checkReloading();
}
</script>
<h2>Task {{.ID}}</h2>
<h2>Task: {{.ID}}</h2>
<p>Type: {{.Type}}</p>
<p>Status: {{.Status}}</p>
<p>Worker: {{.Worker}}</p>
<p>Library: {{.Library}}</p>
<p>Filename: {{.Filename}}</p>
<p>Updated At: {{.UpdatedAt}}</p>
<button type="button" onclick="window.scrollTo(0,document.body.scrollHeight);">Scroll to Bottom</button>
<div class="log">
{{range $t := .Log}}
<p>