diff --git a/static/style/style.css b/static/style/style.css index e0fbc7f..6a9d299 100644 --- a/static/style/style.css +++ b/static/style/style.css @@ -49,4 +49,12 @@ body { nav> :first-child { font-size: 2rem; font-weight: bold; +} + +.short-button { + align-self: start; +} + +.button-list { + flex-direction: row; } \ No newline at end of file diff --git a/tmpl/task.tmpl b/tmpl/task.tmpl index e55ef00..22490bc 100644 --- a/tmpl/task.tmpl +++ b/tmpl/task.tmpl @@ -31,7 +31,7 @@ window.onload = function(e){

Library: {{.Library}}

Filename: {{.Filename}}

Updated At: {{.UpdatedAt}}

- +
{{range $t := .Log}}

@@ -39,6 +39,6 @@ window.onload = function(e){

{{end}}
- Auto Follow - + Auto Follow + {{template "tail"}} \ No newline at end of file diff --git a/tmpl/tasks.tmpl b/tmpl/tasks.tmpl index ee3edc5..647bca2 100644 --- a/tmpl/tasks.tmpl +++ b/tmpl/tasks.tmpl @@ -44,7 +44,7 @@ Total: {{.Stats.TotalCount}}

Tasks

- {{if ne .Limit 100 }}{{end}} {{if ne .Limit 500 }}{{end}} @@ -92,8 +92,10 @@ Total: {{.Stats.TotalCount}} {{end}} -{{if ne .Page 0 }}{{end}} -{{if ne .Page 0 }}{{end}} -Page {{.Page}} -{{if ne .Count 0}}{{end}} +
+ {{if ne .Page 0 }}{{if ne .Page 1 }}{{end}}{{end}} + {{if ne .Page 0 }}{{end}} +
Page {{.Page}}
+ {{if ne .Count 0}}{{end}} +
{{template "tail"}} \ No newline at end of file