mirror of
https://github.com/grafana/grafana.git
synced 2025-01-15 19:22:34 -06:00
fix(html): moved body tag, fixes #5648
This commit is contained in:
parent
d4e2bb70e9
commit
9f14b209bd
@ -75,7 +75,6 @@
|
|||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
</grafana-app>
|
</grafana-app>
|
||||||
</body>
|
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
window.grafanaBootData = {
|
window.grafanaBootData = {
|
||||||
@ -122,4 +121,6 @@
|
|||||||
})(window,document,'script','dataLayer','[[.GoogleTagManagerId]]');</script>
|
})(window,document,'script','dataLayer','[[.GoogleTagManagerId]]');</script>
|
||||||
<!-- End Google Tag Manager -->
|
<!-- End Google Tag Manager -->
|
||||||
[[end]]
|
[[end]]
|
||||||
|
|
||||||
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
Reference in New Issue
Block a user