update dashboard
ci/woodpecker/push/woodpecker Pipeline was successful Details
ci/woodpecker/deployment/woodpecker Pipeline was successful Details

This commit is contained in:
Simon Vieille 2023-05-21 12:51:27 +02:00
parent 0c7922eb9b
commit 19027ed123
Signed by: deblan
GPG Key ID: 579388D585F70417
1 changed files with 7 additions and 2 deletions

View File

@ -4,6 +4,11 @@
{% block body %}
<div class="row">
<div class="col-12 p-3">
<h3>Bienvenue, {{ app.user.displayName }} 👋</h3>
<hr>
</div>
<div class="col-12 col-md-3 p-3">
<div class="list-group mb-4">
<div class="list-group-item list-group-item-action bg-dark-blue">
@ -22,7 +27,7 @@
<div class="list-group mb-4">
<div class="list-group-item list-group-item-action bg-dark-blue">
<a href="{{ path('admin_project_index') }}" class="text-white">
<span class="fa fa-pen"></span>
<span class="fa fa-hat-wizard"></span>
{{ 'Projets'|trans }}
</a>
</div>
@ -35,7 +40,7 @@
{% endfor %}
</div>
</div>
<iframe src="{{ setting('stats_umami_url') }}" class="col-12 col-md-9" frameborder="0" style="height: calc(100vh - 60px)">
<iframe src="{{ setting('stats_umami_url') }}" class="col-12 col-md-9" frameborder="0" style="height: calc(100vh - 170px)">
</iframe>
</div>
{% endblock %}