mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-07 18:03:48 +00:00
[repo trash] modified ui of 'clean' btn
This commit is contained in:
@@ -215,7 +215,7 @@ class RepoFolderTrash extends React.Component {
|
||||
<div className="d-flex justify-content-between align-items-center op-bar">
|
||||
<p className="m-0">{gettext('Current path: ')}{showFolder ? this.renderFolderPath() : repoFolderName}</p>
|
||||
{(path == '/' && enableClean && !showFolder) &&
|
||||
<button className="btn btn-secondary" onClick={this.cleanTrash}>{gettext('Clean')}</button>
|
||||
<button className="btn btn-secondary clean" onClick={this.cleanTrash}>{gettext('Clean')}</button>
|
||||
}
|
||||
</div>
|
||||
<Content
|
||||
|
Reference in New Issue
Block a user