mirror of
https://github.com/haiwen/seahub.git
synced 2025-08-02 07:47:32 +00:00
Add repo-owner column on seafadmin page
This commit is contained in:
parent
5e527af20b
commit
75bdc75e70
@ -6,6 +6,7 @@
|
||||
<table class="repo-list default">
|
||||
<tr>
|
||||
<th>名字</th>
|
||||
<th>拥有者</th>
|
||||
<th>ID</th>
|
||||
<th>描述</th>
|
||||
<th>操作</th>
|
||||
@ -13,6 +14,7 @@
|
||||
{% for repo in repos %}
|
||||
<tr>
|
||||
<td><a href="{{ SITE_ROOT }}repo/{{ repo.props.id }}/">{{ repo.props.name }}</a></td>
|
||||
<td>{{ repo.owner_id}}</td>
|
||||
<td>{{ repo.props.id }}</td>
|
||||
<td>{{ repo.props.desc }}</td>
|
||||
<td><a href="{{ SITE_ROOT }}repo/remove/{{ repo.props.id }}/">删除</a></td>
|
||||
|
@ -15,7 +15,7 @@
|
||||
<tr>
|
||||
<th>邮件</th>
|
||||
<td>是否激活</td>
|
||||
<td>公钥 ID</td>
|
||||
<td>个人 ID</td>
|
||||
<td>角色</td>
|
||||
<td>操作</td>
|
||||
</tr>
|
||||
|
Loading…
Reference in New Issue
Block a user