mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-05 00:43:53 +00:00
add lock_owner (#2881)
* add lock_owner * repair lock bug * permission bug repair
This commit is contained in:
@@ -409,7 +409,7 @@ class DirentListItem extends React.Component {
|
||||
<img src={`${siteRoot}${dirent.encoded_thumbnail_src}`} className="thumbnail" alt="" /> :
|
||||
<img src={iconUrl} width="24" alt='' />
|
||||
}
|
||||
{dirent.is_locked && <img className="locked" src={mediaUrl + 'img/file-locked-32.png'} alt={gettext('locked')} />}
|
||||
{dirent.is_locked && <img className="locked" src={mediaUrl + 'img/file-locked-32.png'} alt={gettext('locked')} title={dirent.lock_owner}/>}
|
||||
</div>
|
||||
</td>
|
||||
<td className="name">
|
||||
|
Reference in New Issue
Block a user