Skip to content

Commit

Permalink
feat(ui): show when a scan is in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
djl committed Feb 9, 2022
1 parent 506899b commit 7fbe7c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/assets/pages/home.tmpl
Expand Up @@ -134,6 +134,7 @@
<input type="submit" title="start a full scan (takes longer, and shouldn&#39;t usually be necessary)" value="scan full (!)">
</form>
{{ end }}
{{- if .IsScanning }}<p>scan in progress...</p>{{ end }}
</div>
</div>
<div class="padded box">
Expand Down

0 comments on commit 7fbe7c0

Please sign in to comment.