Removes test transaction UI button

Removes the test transaction button from the admin UI.

The test transaction endpoint is still available in the API for development and debugging purposes.
This commit is contained in:
padreug 2025-10-24 00:30:34 +02:00
parent fe38e08d4e
commit 1b7374fa70
2 changed files with 64 additions and 71 deletions

View file

@ -356,16 +356,6 @@
<q-tooltip>Process specific transaction by ID (bypasses dispense checks)</q-tooltip>
Manual TX
</q-btn>
<q-btn
v-if="lamassuConfig && lamassuConfig.source_wallet_id"
size="sm"
color="warning"
@click="testTransaction"
:loading="runningTestTransaction"
class="q-ml-sm"
>
Test Transaction
</q-btn>
</div>
</q-card-section>
</q-expansion-item>