mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-16 15:19:06 +00:00
improved tables
This commit is contained in:
@@ -13,11 +13,11 @@
|
||||
<h2>所有用户</h2>
|
||||
<table class="user-list">
|
||||
<tr>
|
||||
<th>邮箱</th>
|
||||
<th>是否激活</th>
|
||||
<th>个人 ID</th>
|
||||
<th>角色</th>
|
||||
<th>操作</th>
|
||||
<th width="30%">邮箱</th>
|
||||
<th width="10%">是否激活</th>
|
||||
<th width="40%">个人 ID</th>
|
||||
<th width="10%">角色</th>
|
||||
<th width="10%">操作</th>
|
||||
</tr>
|
||||
|
||||
{% for user in users %}
|
||||
|
Reference in New Issue
Block a user