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:
parent
9c2a1f7d4a
commit
e7b6d261f7
2 changed files with 64 additions and 71 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue