Add floData to transaction view

This commit is contained in:
Sky Young 2018-05-17 12:43:44 -07:00
parent b5b7f9af2f
commit 135f9dd617
2 changed files with 5 additions and 1 deletions

View File

@ -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.47",
"version": "5.0.0-beta.48",
"repository": "git://github.com/bitpay/flosight-ui.git",
"bugs": {
"url": "https://github.com/bitpay/flosight-ui/issues"

View File

@ -87,6 +87,10 @@
</div>
</td>
</tr>
<tr>
<td><strong translate>floData</strong></td>
<td class="text-muted text-right">{{tx.floData}}</td>
</tr>
</tbody>
</table>
</div>