This commit is contained in:
@ -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 %}
|
Reference in New Issue
Block a user