Browse Source

Update wallet.html

fee_issues
Arc 5 years ago
committed by GitHub
parent
commit
cdc5797de4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      lnbits/templates/wallet.html

2
lnbits/templates/wallet.html

@ -122,7 +122,7 @@
<div class="col-md-6">
<div class="box">
<div class="box-header">
<h3 class="box-title">Transactions <b id="demo"></b></h3>
<h3 class="box-title">Transactions <small style="padding-left:30px;cursor: pointer;" onclick="exportbut()"><i>(Export to CSV)</i></small></h3>
</div>
<!-- /.box-header -->
<div class="box-body no-padding">

Loading…
Cancel
Save