Added functionality for default datasets.

Incorporated dataset selector into test creation.
This commit is contained in:
2021-11-28 17:28:14 +00:00
parent c7252d0f7b
commit 3797adfc95
11 changed files with 350 additions and 85 deletions

View File

@ -21,7 +21,7 @@
</thead>
<tbody>
{% for user in users %}
<tr class="user-table-row">
<tr class="table-row">
<td>
{% if user._id == get_id_from_cookie() %}
<div class="text-success" title="Current User">
@ -37,7 +37,7 @@
<td>
{{ user.email }}
</td>
<td class="user-row-actions">
<td class="row-actions">
<a
href="
{% if not user._id == get_id_from_cookie() %}