mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-02 07:27:04 +00:00
repair access log -bug
This commit is contained in:
@@ -506,7 +506,7 @@ class DirentListView extends React.Component {
|
||||
menuList.push(COMMENT);
|
||||
}
|
||||
menuList.push(HISTORY);
|
||||
if (fileAuditEnabled) {
|
||||
if (isPro && fileAuditEnabled) {
|
||||
menuList.push(ACCESS_LOG);
|
||||
}
|
||||
menuList.push('Divider');
|
||||
|
Reference in New Issue
Block a user