|
|
@@ -122,11 +122,11 @@ |
|
|
|
</label> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<p class="py-2" v-if="store.getters.getToken && hasPermission(Privileges.Admin)"> |
|
|
|
Enable contribution consolidation in order to select. |
|
|
|
Click to select a row in order to mark a wallet to receive rewards. |
|
|
|
</p> |
|
|
|
<div id="contribution-container" @scroll="loadMoreIfNeeded"> |
|
|
|
<p v-if="store.getters.getToken && hasPermission(Privileges.Admin)"> |
|
|
|
Enable contribution consolidation in order to select. |
|
|
|
Click to select a row in order to mark a wallet to receive rewards. |
|
|
|
</p> |
|
|
|
<table class="contribution-table table is-fullwidth"> |
|
|
|
<thead> |
|
|
|
<tr> |
|
|
@@ -154,7 +154,7 @@ |
|
|
|
</tbody> |
|
|
|
</table> |
|
|
|
</div> |
|
|
|
<div v-if="store.getters.getToken && hasPermission(Privileges.Admin)"> |
|
|
|
<div class="my-4" v-if="store.getters.getToken && hasPermission(Privileges.Admin)"> |
|
|
|
<div class="box is-flex is-flex-direction-row is-justify-content-space-between"> |
|
|
|
<div class="my-auto"> |
|
|
|
<label for="distribute-confirm" class="checkbox"> |
|
|
@@ -164,7 +164,8 @@ |
|
|
|
</div> |
|
|
|
<div> |
|
|
|
<button class="button is-success" |
|
|
|
:disabled="!allowDistribution" @click="distributeFund"> |
|
|
|
:disabled="!allowDistribution || selectedContributions.length === 0" |
|
|
|
@click="distributeFund"> |
|
|
|
Distribute Rewards |
|
|
|
</button> |
|
|
|
</div> |
|
|
|