commit
4ce51cac8f
2 changed files with 2 additions and 2 deletions
|
|
@ -8,7 +8,7 @@ var defaultConfig = {
|
||||||
|
|
||||||
// wallet limits
|
// wallet limits
|
||||||
limits: {
|
limits: {
|
||||||
totalCopayers: 12,
|
totalCopayers: 6,
|
||||||
mPlusN: 100,
|
mPlusN: 100,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="col3" ng-if="wallets.length">
|
<div class="col3" ng-if="wallets.length > 1">
|
||||||
<a ng-class="{'selected':walletSelection}"
|
<a ng-class="{'selected':walletSelection}"
|
||||||
ng-click="toggleWalletSelection()">
|
ng-click="toggleWalletSelection()">
|
||||||
<span ng-show="!walletSelection">
|
<span ng-show="!walletSelection">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue