mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-23 20:37:42 +00:00
System management statistics function reconstruction (#4243)
* System management statistics function reconstruction * translation update * optimizated code * Replace date component * Modify component language * add sort function * optimizated code * optimizated code
This commit is contained in:
@@ -46,10 +46,13 @@ class SidePanel extends React.Component {
|
||||
}
|
||||
{isPro && canViewStatistic &&
|
||||
<li className="nav-item">
|
||||
<a className='nav-link ellipsis' href={siteRoot + 'sys/statistic/file/'}>
|
||||
<Link className={`nav-link ellipsis ${this.getActiveClass('statistic')}`}
|
||||
to={siteRoot + 'sys/statistics/file/'}
|
||||
onClick={() => this.props.tabItemClick('statistic')}
|
||||
>
|
||||
<span className="sf2-icon-histogram" aria-hidden="true"></span>
|
||||
<span className="nav-text">{gettext('Statistic')}</span>
|
||||
</a>
|
||||
</Link>
|
||||
</li>
|
||||
}
|
||||
{isDefaultAdmin &&
|
||||
|
Reference in New Issue
Block a user