add breadcrumb to filer UI

This commit is contained in:
Chris Lu
2018-05-24 23:42:13 -07:00
parent a01557f4cb
commit f8776ad5cd
4 changed files with 37 additions and 4 deletions

View File

@@ -20,7 +20,12 @@ var StatusTpl = template.Must(template.New("status").Parse(`<!DOCTYPE html>
</h1>
</div>
<div class="row">
{{.Path}}
{{ range $entry := .Breadcrumbs }}
<a href={{ $entry.Link }} >
{{ $entry.Name }}
</a>
{{ end }}
</div>
<div class="row">