Skip to content
Snippets Groups Projects
Verified Commit 7d54a75d authored by nd's avatar nd
Browse files

added group ids to group list

parent 5300cd91
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,7 @@
<table class="table table-striped">
<thead>
<tr>
<th scope="col">id</th>
<th scope="col">name</th>
<th scope="col">description</th>
<th scope="col">
......@@ -20,6 +21,9 @@
<tbody>
{% for role in roles|sort(attribute="name") %}
<tr id="role-{{ role.id }}">
<td>
{{ role.id }}
</td>
<th scope="row">
{{ role.name }}
</th>
......
......@@ -66,10 +66,10 @@
Example:
</p>
<pre>
testuser1,foobar@example.com
testuser5,foobsdfar@example.com
testuser5,foobadfar@example.com
testuser2,foobaadsfr@example.com
testuser1,foobar@example.com,5;2;6
testuser5,foobsdfar@example.com,
testuser5,foobadfar@example.com,0;5;2
testuser2,foobaadsfr@example.com,5;2
</pre>
<textarea rows="10" class="form-control" name="csv"></textarea>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment