Browse Source

autotest statistics tags

mission-4.1.18
Jani Hirvinen 6 years ago committed by Andrew Tridgell
parent
commit
38fc4975d8
  1. 12
      Tools/autotest/web/index.html

12
Tools/autotest/web/index.html

@ -57,5 +57,17 @@ ${{images:${fname}<br><img src="${fname}" alt="${name}" /><p></a> @@ -57,5 +57,17 @@ ${{images:${fname}<br><img src="${fname}" alt="${name}" /><p></a>
Older test results are <a href="history">available here</a>
</div>
</div>
<!-- Global site tag (gtag.js) - Autotest statistics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-75650032-5"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-75650032-5');
</script>
</body>
</html>

Loading…
Cancel
Save