1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-12 21:30:39 +00:00

permission select (#2948)

This commit is contained in:
Michael An
2019-02-15 16:45:51 +08:00
committed by Daniel Pan
parent 34a4022920
commit 53549e9135
3 changed files with 7 additions and 3 deletions

View File

@@ -38,10 +38,10 @@ class WikiListView extends Component {
<table>
<thead>
<tr>
<th width="40%">{gettext('Name')}</th>
<th width="35%">{gettext('Name')}</th>
<th width="20%">{gettext('Owner')}</th>
<th width="20%">{gettext('Last Update')}</th>
<th width="10%">{gettext('Permission')}</th>
<th width="15%">{gettext('Permission')}</th>
<th width="10%">{/* operation */}</th>
</tr>
</thead>