1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-12 21:30:39 +00:00

change system info page UI (#3982)

This commit is contained in:
Michael An
2019-08-14 15:38:27 +08:00
committed by Daniel Pan
parent 10512c3647
commit 3278b71380
4 changed files with 78 additions and 49 deletions

View File

@@ -32,7 +32,7 @@ class SidePanel extends React.Component {
<ul className="nav nav-pills flex-column nav-container">
{canViewSystemInfo &&
<li className="nav-item">
<Link className='nav-link ellipsis' to={siteRoot + 'sys/info/'}>
<Link className={`nav-link ellipsis ${this.getActiveClass('info')}`} to={siteRoot + 'sys/info/'}>
<span className="sf2-icon-info" aria-hidden="true"></span>
<span className="nav-text">{gettext('Info')}</span>
</Link>