aboutsummaryrefslogtreecommitdiff
path: root/apps/dreki_web/templates/layout.dtl
diff options
context:
space:
mode:
Diffstat (limited to 'apps/dreki_web/templates/layout.dtl')
-rw-r--r--apps/dreki_web/templates/layout.dtl7
1 files changed, 4 insertions, 3 deletions
diff --git a/apps/dreki_web/templates/layout.dtl b/apps/dreki_web/templates/layout.dtl
index b27fe30..a326305 100644
--- a/apps/dreki_web/templates/layout.dtl
+++ b/apps/dreki_web/templates/layout.dtl
@@ -73,10 +73,11 @@
<footer class="">
<div class="container mx-auto sm:px-6 lg:px-8 sm:py-4 lg:py-6">
<p class="mt-8 text-center text-sm text-gray-400">
- dreki $nodename
+ dreki {{dreki_node}}
</p>
- <p class="mt-2 text-center text-xs text-gray-300">
- identity:{{identity_id}}
+ <p class="mt-2 text-center text-xs text-gray-400">
+ identity: {{identity_id}}<br />
+ trace: <a href="https://grafana.adm.random.sh/explore?orgId=1&left=%5B%22now-1h%22,%22now%22,%22Tempo%20(Stairway)%22,%7B%22refId%22:%22A%22,%22queryType%22:%22traceId%22,%22query%22:%22{{trace_id}}%22%7D%5D" target="_blank">{{trace_id}}>
</p>
</footer>
</div>