diff options
| -rw-r--r-- | weed/server/filer_ui/filer.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/server/filer_ui/filer.html b/weed/server/filer_ui/filer.html index 8352997a9..785f82887 100644 --- a/weed/server/filer_ui/filer.html +++ b/weed/server/filer_ui/filer.html @@ -145,7 +145,7 @@ <td align="right" nowrap> {{ $entry.Timestamp.Format "2006-01-02 15:04" }} </td> - <td style="width:150px"> + <td style="width:75px"> <div class="btn-group btn-group-xs pull-right operations" role="group"> <label class="btn" onclick="handleRename('{{ $entry.Name }}', '{{ printpath $path "/" }}')"> <span class="glyphicon glyphicon-edit" aria-hidden="true"></span> |
