mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-19 18:29:23 +00:00
modified ui of seafadmin
This commit is contained in:
@@ -6,10 +6,10 @@
|
|||||||
{% if repos %}
|
{% if repos %}
|
||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
<th width="20%">名字</th>
|
<th width="25%">名字</th>
|
||||||
<th width="20%">拥有者</th>
|
<th width="28%">拥有者</th>
|
||||||
<th width="52%">描述</th>
|
<th width="40%">描述</th>
|
||||||
<th width="8%">操作</th>
|
<th width="7%">操作</th>
|
||||||
</tr>
|
</tr>
|
||||||
{% for repo in repos %}
|
{% for repo in repos %}
|
||||||
<tr>
|
<tr>
|
||||||
|
Reference in New Issue
Block a user