feat: add services list
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
4fbefadd47
commit
f9061e2ecf
@ -5,6 +5,22 @@
|
|||||||
<small>(<a href="{{ url_for('logout') }}">logout</a>)</small>
|
<small>(<a href="{{ url_for('logout') }}">logout</a>)</small>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
<div>
|
||||||
|
<h2>Services</h2>
|
||||||
|
<ul>
|
||||||
|
<li>lumbung.space</li>
|
||||||
|
<li>panduan.lumbung.space</li>
|
||||||
|
<li>cloud.lumbung.space</li>
|
||||||
|
<li>tv.lumbung.space</li>
|
||||||
|
<li>nongkrong.lumbung.space</li>
|
||||||
|
<li>social.lumbung.space</li>
|
||||||
|
<li>pen.lumbung.space</li>
|
||||||
|
<li>books.lumbung.space</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div>
|
||||||
|
<h2>Invites</h2>
|
||||||
{% if user.preferred_username in invites and invites[user.preferred_username]|length > 0 %}
|
{% if user.preferred_username in invites and invites[user.preferred_username]|length > 0 %}
|
||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
@ -29,5 +45,6 @@
|
|||||||
<p>
|
<p>
|
||||||
<a href="{{ url_for('invite_keycloak_create') }}">Generate an invite link</a>
|
<a href="{{ url_for('invite_keycloak_create') }}">Generate an invite link</a>
|
||||||
</p>
|
</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
Loading…
Reference in New Issue
Block a user