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:
@@ -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>
|
||||
|
Reference in New Issue
Block a user