mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-02-24 06:48:02 +01:00
feat: add info message for Console
This commit is contained in:
parent
282ab31989
commit
7a243105f9
1 changed files with 13 additions and 1 deletions
|
@ -375,7 +375,20 @@
|
|||
</q-dialog>
|
||||
|
||||
<q-dialog v-model="showConsole" position="top">
|
||||
|
||||
<q-card class="q-pa-lg q-pt-xl">
|
||||
<div class="row q-mt-lg q-mb-lg">
|
||||
<div class="col">
|
||||
<q-badge
|
||||
class="text-subtitle2 float-right"
|
||||
color="yellow"
|
||||
text-color="black"
|
||||
>
|
||||
Open the browser Developer Console for more Details!
|
||||
</q-badge>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<q-input
|
||||
filled
|
||||
dense
|
||||
|
@ -386,7 +399,6 @@
|
|||
cols="200"
|
||||
label="Console"
|
||||
></q-input>
|
||||
|
||||
<div class="row q-mt-lg">
|
||||
<q-btn v-close-popup flat color="grey" class="q-ml-auto">Close</q-btn>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue