mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-04 08:28:11 +00:00
Ocm frontend (#4754)
* [OCM] modified the icon in 'side nav' * [OCM] share dialog: improved 'Server select', 'user input', 'submit' and etc. * [OCM] share dialog: fixup & improvement for 'delete an item' and etc. * [OCM] 'Shared from other servers' page: fixup & improvement * [OCM] dir view: fixup & improvement
This commit is contained in:
@@ -219,7 +219,7 @@ class MainSideNav extends React.Component {
|
||||
{enableOCM &&
|
||||
<li className="nav-item">
|
||||
<Link to={siteRoot + 'shared-with-ocm/'} className={`nav-link ellipsis ${this.getActiveClass('shared-with-ocm')}`} title={gettext('Shared from other servers')} onClick={(e) => this.tabItemClick(e, 'shared-with-ocm')}>
|
||||
<span className="sf2-icon-share" aria-hidden="true"></span>
|
||||
<span className="sf3-font-share-from-other-servers sf3-font" aria-hidden="true"></span>
|
||||
<span className="nav-text">{gettext('Shared from other servers')}</span>
|
||||
</Link>
|
||||
</li>
|
||||
|
Reference in New Issue
Block a user