some bug fixes

This commit is contained in:
ston1th 2019-08-29 19:29:53 +02:00
commit 577cf4d482
10 changed files with 83 additions and 17 deletions

View file

@ -4,6 +4,13 @@
<h2>{{.BodyTitle}}</h2>
</div>
</div>
<div class="row mt-3">
<div class="col col-nopad">
<div class="alert alert-primary">
<p>This log will display error information about batch operations such as <code>Retag All</code> or <code>Index All</code>.</p>
</div>
</div>
</div>
<div class="row mt-3">
<textarea class="form-control input-sm md-text mono" rows="30" spellcheck="false" autofocus>{{.Data}}</textarea>
</div>