1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-12 13:24:52 +00:00

Share manage improve (#2718)

This commit is contained in:
杨顺强
2018-12-26 16:07:22 +08:00
committed by Daniel Pan
parent df3cb4c2f2
commit 7836554816
12 changed files with 141 additions and 180 deletions

View File

@@ -35,7 +35,7 @@ class WikiListView extends Component {
return <p className="error text-center">{errorMsg}</p>;
} else {
return (
<table className="wiki-list-table">
<table>
<thead>
<tr>
<th width="50%">{gettext('Name')}</th>