remove scopes from app listing page

This commit is contained in:
Son NK 2019-08-16 00:12:22 +02:00
parent db45b01ddd
commit 50c8145faa
1 changed files with 1 additions and 13 deletions

View File

@ -23,8 +23,7 @@
<th class="text-center w-1"><i class="icon-people"></i></th>
<th>Name</th>
<th>OAuth2 Client ID</th>
<th>Scopes</th>
<th>Number Users</th>
<th>#Users</th>
<th>Edit</th>
<!--<th>Publish</th>-->
<th>Delete</th>
@ -56,17 +55,6 @@
{{ client.oauth_client_id }}
</td>
<td class="align-middle">
<ul class="list-unstyled mb-0">
{% for scope in client.get_scopes() %}
<li>
<i class="fe fe-check"></i>
{{ scope.value }}
</li>
{% endfor %}
</ul>
</td>
<td>
{{ client.nb_user() }}
</td>