mirror of
https://github.com/ditatompel/xmr-remote-nodes.git
synced 2024-12-23 03:59:25 +00:00
Add breadcrumb on monero node logs
This commit is contained in:
parent
2c7e1a4fdb
commit
6e96a95ccd
1 changed files with 7 additions and 0 deletions
|
@ -100,6 +100,13 @@
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<header id="hero" class="hero-gradient py-7">
|
<header id="hero" class="hero-gradient py-7">
|
||||||
|
<div class="card text-token mx-auto flex w-fit justify-center p-4">
|
||||||
|
<ol class="breadcrumb">
|
||||||
|
<li class="crumb"><a class="link underline" href="/remote-nodes">Remote Nodes</a></li>
|
||||||
|
<li class="crumb-separator" aria-hidden>/</li>
|
||||||
|
<li>Logs</li>
|
||||||
|
</ol>
|
||||||
|
</div>
|
||||||
<div class="section-container text-center">
|
<div class="section-container text-center">
|
||||||
<h1 class="h1 pb-2 font-extrabold">{data.meta.title}</h1>
|
<h1 class="h1 pb-2 font-extrabold">{data.meta.title}</h1>
|
||||||
<p class="mx-auto max-w-3xl">
|
<p class="mx-auto max-w-3xl">
|
||||||
|
|
Loading…
Reference in a new issue