diff --git a/weed/server/filer_ui/filer.html b/weed/server/filer_ui/filer.html index a472416e9..40753e476 100644 --- a/weed/server/filer_ui/filer.html +++ b/weed/server/filer_ui/filer.html @@ -47,6 +47,18 @@ vertical-align: bottom; } + .table-hover > tbody > tr:hover > * > div.operations { + display: block; + } + + .table > tbody > tr { + height: 40px; + } + + div.operations { + display: none; + } + .footer { position: absolute; bottom: 0px; @@ -129,13 +141,13 @@ {{ $entry.Timestamp.Format "2006-01-02 15:04" }} - -
- + +
+ {{if $entry.IsDirectory}} - + {{else}} - + {{end}}