mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
adjust td width
This commit is contained in:
parent
b1493520ee
commit
7f26676f57
|
@ -141,7 +141,7 @@
|
||||||
<td align="right" nowrap>
|
<td align="right" nowrap>
|
||||||
{{ $entry.Timestamp.Format "2006-01-02 15:04" }}
|
{{ $entry.Timestamp.Format "2006-01-02 15:04" }}
|
||||||
</td>
|
</td>
|
||||||
<td style="width:150px">
|
<td style="width:75px">
|
||||||
<div class="btn-group btn-group-xs pull-right operations" role="group">
|
<div class="btn-group btn-group-xs pull-right operations" role="group">
|
||||||
<label class="btn" onclick="handleRename('{{ $entry.Name }}', '{{ printpath $path "/" }}')"><img src="/seaweedfsstatic/images/rename-16.png" width="14" height="14"></label>
|
<label class="btn" onclick="handleRename('{{ $entry.Name }}', '{{ printpath $path "/" }}')"><img src="/seaweedfsstatic/images/rename-16.png" width="14" height="14"></label>
|
||||||
{{if $entry.IsDirectory}}
|
{{if $entry.IsDirectory}}
|
||||||
|
|
Loading…
Reference in a new issue