grafana 분리
All checks were successful
Build And Test / build-and-push (push) Successful in 5m17s

This commit is contained in:
2025-04-11 11:23:34 +09:00
parent 99a3db95a8
commit da71282a05
10 changed files with 130 additions and 109 deletions

View File

@ -7,13 +7,11 @@
<h2 class="fw-bold pb-2">Grafana</h2>
<!-- Grafana IFrame -->
<div class="ratio ratio-16x9">
<iframe
src="https://grafana.icurfer.com/public-dashboards/40d2a2615010433d81f5cf40caa03541"
width="100%"
height="800"
frameborder="0"
allowfullscreen
></iframe>
{% if request.user.url_grafana_dashboard_01 %}
<iframe src="{{request.user.url_grafana_dashboard_01}}" width="100%" height="800" frameborder="0" allowfullscreen></iframe>
{% else %}
<h3 class="text-danger">접속 후 Profile에 Dashboard URL을 등록하세요.</h3>
{% endif %}
</div>
</article>
{% endblock %}