Browse Source

/node-status: minor frontend tweaks

master
Dan Janosik 5 years ago
parent
commit
d223fac935
No known key found for this signature in database GPG Key ID: C6F8CE9FFDB2CED2
  1. 8
      views/node-status.pug

8
views/node-status.pug

@ -68,7 +68,7 @@ block content
each item, itemName in getblockchaininfo.softforks each item, itemName in getblockchaininfo.softforks
li li
div.d-inline-block.text-right(style="width: 75px;") div.d-inline-block.text-right(style="width: 75px;")
span #{itemName}: span.font-weight-bold #{itemName}:
span.mr-2.ml-2 type=#{item.type}, span.mr-2.ml-2 type=#{item.type},
@ -147,12 +147,10 @@ block content
div div
span.font-weight-bold #{item.name}: span.font-weight-bold #{item.name}:
if (item.reachable) if (item.reachable)
span reachable span.text-success reachable
i.fa.fa-check.ml-2.text-success
else else
span unreachable span.text-danger unreachable
i.fa.fa-times.ml-2.text-danger
if (item.proxy) if (item.proxy)
span.text-muted.ml-3 (proxy: #{item.proxy}) span.text-muted.ml-3 (proxy: #{item.proxy})

Loading…
Cancel
Save