butler_ddochi/butler/templates/butler/test.html
icurfer fb02b8dc8d
All checks were successful
Build And Test / build-and-push (push) Successful in 4m35s
telemetry dashboard add
2025-02-22 03:05:50 +09:00

19 lines
458 B
HTML

{% extends "components/base.html" %}
{% block title %}Landing Page{% endblock %}
{% block main_area %}
<article class="pt-3">
<h2 class="fw-bold pb-2">test</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>
</div>
</article>
{% endblock %}