mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-02 07:27:04 +00:00
histort-permission (#2952)
This commit is contained in:
@@ -112,14 +112,12 @@ class ViewFileText extends React.Component {
|
|||||||
icon={'fa fa-lock'}
|
icon={'fa fa-lock'}
|
||||||
/>
|
/>
|
||||||
}
|
}
|
||||||
{isPro === 'True' &&
|
<IconButton
|
||||||
<IconButton
|
id={'historyButton'}
|
||||||
id={'historyButton'}
|
text={gettext('File History')}
|
||||||
text={gettext('File History')}
|
onMouseDown={() => this.handleMouseDown('history')}
|
||||||
onMouseDown={() => this.handleMouseDown('history')}
|
icon={'fa fa-history'}
|
||||||
icon={'fa fa-history'}
|
/>
|
||||||
/>
|
|
||||||
}
|
|
||||||
<IconButton
|
<IconButton
|
||||||
id={'shareBtn'}
|
id={'shareBtn'}
|
||||||
text={gettext('Edit')}
|
text={gettext('Edit')}
|
||||||
|
Reference in New Issue
Block a user