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>
|
||||||
|
|
||||||
<q-dialog v-model="showConsole" position="top">
|
<q-dialog v-model="showConsole" position="top">
|
||||||
|
|
||||||
<q-card class="q-pa-lg q-pt-xl">
|
<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
|
<q-input
|
||||||
filled
|
filled
|
||||||
dense
|
dense
|
||||||
|
|
@ -386,7 +399,6 @@
|
||||||
cols="200"
|
cols="200"
|
||||||
label="Console"
|
label="Console"
|
||||||
></q-input>
|
></q-input>
|
||||||
|
|
||||||
<div class="row q-mt-lg">
|
<div class="row q-mt-lg">
|
||||||
<q-btn v-close-popup flat color="grey" class="q-ml-auto">Close</q-btn>
|
<q-btn v-close-popup flat color="grey" class="q-ml-auto">Close</q-btn>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue