Skip to content

Commit

Permalink
optimize
Browse files Browse the repository at this point in the history
  • Loading branch information
孙永强 committed Dec 16, 2024
1 parent 21f93b9 commit f9f8552
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions frontend/src/pages/sys-admin/repos/repos.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,15 +86,16 @@ class Content extends Component {
{this.props.isWiki == true ?
<Fragment>
<th width="32%">ID</th>
<th width="8%">Published</th>
<th width="10%">{gettext('Owner')}</th>
<th width="10%">Published</th>
<th width="8%">{gettext('Owner')}</th>
<th width="5%">{/* Operations*/}</th>
</Fragment> :
<Fragment>
<th width="32%">ID</th>
<th width="18%">{gettext('Owner')}</th>
<th width="5%">{/* Operations*/}</th>
</Fragment>
}
<th width="5%">{/* Operations*/}</th>
</tr>
</thead>
<tbody>
Expand Down

0 comments on commit f9f8552

Please sign in to comment.