mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-25 14:50:29 +00:00
[system admin / orgs] org: show department name in 'owner' column for libraries belong to departments (#4738)
This commit is contained in:
@@ -103,9 +103,11 @@ class Item extends Component {
|
|||||||
<td>{item.repo_name}</td>
|
<td>{item.repo_name}</td>
|
||||||
<td>{item.repo_id}</td>
|
<td>{item.repo_id}</td>
|
||||||
<td>
|
<td>
|
||||||
{item.owner_email ?
|
{!item.owner_email ?
|
||||||
|
'--' :
|
||||||
|
item.owner_email.indexOf('@seafile_group') == -1 ?
|
||||||
<UserLink email={item.owner_email} name={item.owner_name} /> :
|
<UserLink email={item.owner_email} name={item.owner_name} /> :
|
||||||
'--'
|
item.owner_name
|
||||||
}
|
}
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
|
Reference in New Issue
Block a user