1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-04 00:20:07 +00:00

add has_index

This commit is contained in:
王健辉
2019-05-29 14:06:13 +08:00
parent dbb210f72f
commit eed0a5bf73
4 changed files with 11 additions and 1 deletions

View File

@@ -3,7 +3,7 @@ import ReactDOM from 'react-dom';
import moment from 'moment';
import MediaQuery from 'react-responsive';
import { Modal } from 'reactstrap';
import { slug, repoID, siteRoot, initialPath, isDir, sharedToken } from './utils/constants';
import { slug, repoID, siteRoot, initialPath, isDir, sharedToken, hasIndex } from './utils/constants';
import { Utils } from './utils/utils';
import { seafileAPI } from './utils/seafile-api';
import Dirent from './models/dirent';