Merge pull request #2688 from TopoX84/patch-4

Update status.tpl
This commit is contained in:
Sebastian Grewe 2018-03-05 15:21:03 +01:00 committed by GitHub
commit daf709147d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,8 +4,10 @@
<i class="fa fa-info fa-fw"></i> Wallet Status <i class="fa fa-info fa-fw"></i> Wallet Status
</div> </div>
<div class="panel-body no-padding"> <div class="panel-body no-padding">
<div class="table-responsive">
<table class="table table-striped table-bordered table-hover"> <table class="table table-striped table-bordered table-hover">
<thead> <thead>
<tr>
<th>Version</th> <th>Version</th>
<th>Protocol Version</th> <th>Protocol Version</th>
<th>Wallet Version</th> <th>Wallet Version</th>
@ -13,6 +15,7 @@
<th>Status</th> <th>Status</th>
<th>Blocks</th> <th>Blocks</th>
<th>Accounts</th> <th>Accounts</th>
</tr>
</thead> </thead>
<tbody> <tbody>
<tr> <tr>