Admin Panel
My Lab Links
| User |
Lab URL |
Action |
{% for user, data in users.items() if user == current_user %}
| {{ user }} |
{{ data.workspaceUrl }} |
|
{% endfor %}
All User Labs
| User |
Lab URL |
Created Date |
Action |
{% for user, data in users.items() %}
| {{ user }} |
{{ data.workspaceUrl }} |
{{ data.createdDate }} |
|
{% endfor %}