feat: resource map
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
cellarspoon
2022-01-10 16:20:47 +01:00
parent ff978b5f73
commit 950c369455
14 changed files with 105 additions and 28 deletions

View File

@ -2,7 +2,6 @@
{% block content %}
<p>
Hello, {{ user.preferred_username }} 👋
<small>(<a href="{{ url_for('logout') }}">logout</a>)</small>
</p>
<div>
@ -43,8 +42,14 @@
{% endif %}
<p>
<a href="{{ url_for('invite_keycloak_create') }}">Generate an invite link</a>
<a href="{{ url_for('invite_keycloak_create') }}">Generate</a>
</p>
</div>
<div>
<h2>Resource map</h2>
<p>(i have no idea how to render this)<p>
<div>{{ resource_map }}</div>
</div>
{% endblock %}