small update: integrated webserver in the main.go, small frontend changes, not finished relation loops bug fix

This commit is contained in:
arnaucode
2017-08-17 13:51:02 +02:00
parent ff774543e8
commit 88fb44d965
10 changed files with 53 additions and 23 deletions

View File

@@ -1,7 +1,7 @@
<div class="row">
<div class="col-sm-3">
<div class="panel-heading c_blueGrey300">
<h3 class="panel-title">All addresses</h3>
<h3 class="panel-title">All addresses ({{addresses.length}})</h3>
</div>
<div class="panel-body" style="max-height: 500px;overflow-y: scroll;">
<div class="form-group label-floating">
@@ -18,7 +18,7 @@
</div>
<div class="col-sm-9">
<div class="panel-heading c_blueGrey300">
<h3 class="panel-title">Address history Network Map</h3>
<h3 class="panel-title">Address history Network Map {{selectedAddress.id}}, BlockHeight: {{selectedAddress.group}}</h3>
</div>
<div class="panel-body">
<div id="mynetwork" style="height:800px;"></div>