Restyle floData container
This commit is contained in:
parent
4eba927ded
commit
c7aa861a3b
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "flosight-ui",
|
||||
"description": "An open-source frontend for the Flosight API. The Flosight API provides you with a convenient, powerful and simple way to query and broadcast data on the florincoin network and build your own services with it.",
|
||||
"version": "5.0.0-beta.51",
|
||||
"version": "5.0.0-beta.54",
|
||||
"repository": "git://github.com/bitpay/flosight-ui.git",
|
||||
"bugs": {
|
||||
"url": "https://github.com/bitpay/flosight-ui/issues"
|
||||
|
||||
2
public/js/angularjs-all.min.js
vendored
2
public/js/angularjs-all.min.js
vendored
File diff suppressed because one or more lines are too long
2
public/js/main.min.js
vendored
2
public/js/main.min.js
vendored
File diff suppressed because one or more lines are too long
2
public/js/vendors.min.js
vendored
2
public/js/vendors.min.js
vendored
File diff suppressed because one or more lines are too long
@ -209,11 +209,11 @@
|
||||
<span class="txvalues txvalues-primary">{{$root.currency.getConvertion(tx.valueOut) || tx.valueOut + ' BTC' }}</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="line-top row">
|
||||
<div class="col-12 container">
|
||||
<div class="well well-sm">
|
||||
<div class="line-top row" style="margin-top: 15px;" data-ng-hide="tx.floData === ''">
|
||||
<div class="col-12">
|
||||
<div class="well well-sm" style="margin: 0px 10px">
|
||||
<strong>floData</strong>
|
||||
<span class="text-muted ng-binding">{tx.floData}</span>
|
||||
<span class="text-muted ng-binding">{{tx.floData}}</span>
|
||||
<span class="btn-copy" clip-copy="tx.floData"></span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user