|
@ -42,7 +42,7 @@ block content |
|
|
h2(class="h6 mb-0") Summary |
|
|
h2(class="h6 mb-0") Summary |
|
|
div.card-body |
|
|
div.card-body |
|
|
div.row |
|
|
div.row |
|
|
div(class="col-md-6") |
|
|
div.col-md-6 |
|
|
span(class="font-weight-bold") Top Versions |
|
|
span(class="font-weight-bold") Top Versions |
|
|
hr |
|
|
hr |
|
|
table(class="table table-striped table-responsive-sm") |
|
|
table(class="table table-striped table-responsive-sm") |
|
@ -59,7 +59,7 @@ block content |
|
|
td(class="data-cell text-monospace") #{item[0]} |
|
|
td(class="data-cell text-monospace") #{item[0]} |
|
|
td(class="data-cell text-monospace") #{item[1].toLocaleString()} |
|
|
td(class="data-cell text-monospace") #{item[1].toLocaleString()} |
|
|
|
|
|
|
|
|
div(class="col-md-6") |
|
|
div.col-md-6 |
|
|
span(class="font-weight-bold") Top Service Flags |
|
|
span(class="font-weight-bold") Top Service Flags |
|
|
hr |
|
|
hr |
|
|
table(class="table table-striped table-responsive-sm") |
|
|
table(class="table table-striped table-responsive-sm") |
|
@ -142,14 +142,14 @@ block content |
|
|
div(style="display: none;", id=("peerinfo_" + index), class="p-3") |
|
|
div(style="display: none;", id=("peerinfo_" + index), class="p-3") |
|
|
h6 Peer Details |
|
|
h6 Peer Details |
|
|
pre |
|
|
pre |
|
|
code(class="json bg-light") #{JSON.stringify(item, null, 4)} |
|
|
code.json.bg-light #{JSON.stringify(item, null, 4)} |
|
|
|
|
|
|
|
|
if (peerIpSummary && peerIpSummary.detailsByIp && peerIpSummary.detailsByIp[item.addr.substring(0, item.addr.lastIndexOf(":"))]) |
|
|
if (peerIpSummary && peerIpSummary.detailsByIp && peerIpSummary.detailsByIp[item.addr.substring(0, item.addr.lastIndexOf(":"))]) |
|
|
hr |
|
|
hr |
|
|
|
|
|
|
|
|
h6 IP Geo-Location Info |
|
|
h6 IP Geo-Location Info |
|
|
pre |
|
|
pre |
|
|
code(class="json bg-light") #{JSON.stringify(peerIpSummary.detailsByIp[item.addr.substring(0, item.addr.lastIndexOf(":"))], null, 4)} |
|
|
code.json.bg-light #{JSON.stringify(peerIpSummary.detailsByIp[item.addr.substring(0, item.addr.lastIndexOf(":"))], null, 4)} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
block endOfBody |
|
|
block endOfBody |
|
|