mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-25 14:50:29 +00:00
[view shared dir] show thumbnail icon & show file with popup for image files (#3224)
This commit is contained in:
@@ -166,7 +166,7 @@ class Item extends Component {
|
||||
|
||||
const desktopItem = (
|
||||
<tr onMouseOver={this.handleMouseOver} onMouseOut={this.handleMouseOut}>
|
||||
<td className="alc">
|
||||
<td className="text-center">
|
||||
{
|
||||
data.thumbnail_url ?
|
||||
<img className="thumbnail" src={data.thumbnail_url} alt="" /> :
|
||||
@@ -189,7 +189,7 @@ class Item extends Component {
|
||||
|
||||
const mobileItem = (
|
||||
<tr>
|
||||
<td className="alc">
|
||||
<td className="text-center">
|
||||
{
|
||||
data.thumbnail_url ?
|
||||
<img className="thumbnail" src={data.thumbnail_url} alt="" /> :
|
||||
|
Reference in New Issue
Block a user