Dan Janosik
7 years ago
6 changed files with 82 additions and 38 deletions
@ -0,0 +1,18 @@ |
|||||
|
extends layout |
||||
|
|
||||
|
block headContent |
||||
|
title Mempool Info |
||||
|
|
||||
|
block content |
||||
|
ol(class="breadcrumb") |
||||
|
li(class="breadcrumb-item") |
||||
|
a(href="/") |
||||
|
strong #{host} |
||||
|
span :#{port} |
||||
|
li(class="breadcrumb-item active") |
||||
|
a(href="/mempool-info") Mempool Info |
||||
|
|
||||
|
h1 Mempool Info |
||||
|
hr |
||||
|
|
||||
|
include includes/getmempoolinfo-table.pug |
@ -0,0 +1,18 @@ |
|||||
|
extends layout |
||||
|
|
||||
|
block headContent |
||||
|
title Node Info |
||||
|
|
||||
|
block content |
||||
|
ol(class="breadcrumb") |
||||
|
li(class="breadcrumb-item") |
||||
|
a(href="/") |
||||
|
strong #{host} |
||||
|
span :#{port} |
||||
|
li(class="breadcrumb-item active") |
||||
|
a(href="/node-info") Node Info |
||||
|
|
||||
|
h1 Node Info |
||||
|
hr |
||||
|
|
||||
|
include includes/getinfo-table.pug |
Loading…
Reference in new issue