Improve Task Display
This commit is contained in:
parent
1a46eaf51b
commit
1a181980a3
4 changed files with 49 additions and 18 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue