Merge pull request #3407 from gabrielbazan7/feat/exportMetaData2

Incluiding address book and transaction history cache in export file
This commit is contained in:
Gustavo Maximiliano Cortez 2015-11-11 19:12:32 -03:00
commit 173bf4b13f
4 changed files with 171 additions and 56 deletions

View file

@ -45,6 +45,14 @@
</form>
<h4></h4>
<ul class="no-bullet m0">
<li>
<switch id="no-metaData" name="metaData" ng-model="metaData" class="green right"></switch>
<span translate>Include address book and history cache</span>
</li>
</ul>
<ul class="no-bullet m0" ng-show="index.canSign">
<li>
<switch id="no-sign" name="noSign" ng-model="noSign" class="green right"></switch>