peers propagation working fine, started to implement serverCA

This commit is contained in:
arnaucode
2017-11-26 12:25:28 +01:00
parent d9f2bca34c
commit f56763d48e
30 changed files with 1123 additions and 26 deletions

View File

@@ -0,0 +1,19 @@
<div class="container">
<div class="row">
<div class="col-md-3">
</div>
<div class="col-md-6">
<div class="card">
{{peerslist.PeerID}}
<div class="card-body" style="max-height: 500px; overflow-y:scroll;">
<div ng-repeat="peer in peerslist.peerslist">
<b>{{peer.id}}</b> - {{peer.role}}
<br>
- {{peer.ip}}:{{peer.port}}, {{peer.restport}}
<hr>
</div>
</div>
</div>
</div>
</div>
</div>