Fix Registration
This commit is contained in:
@@ -7,8 +7,7 @@
|
||||
<q-badge v-if="num_notifs_unread > 0" floating color="red">{{ num_notifs_unread }}</q-badge>
|
||||
</q-btn>
|
||||
|
||||
|
||||
<q-drawer v-model="open" side="right" elevated class="text-black"
|
||||
<q-drawer v-model="open" side="right" elevated
|
||||
:overlay="true"
|
||||
:breakpoint="1200"
|
||||
:width="q.screen.lt.sm ? tools.getwidth($q) : 450"
|
||||
@@ -41,13 +40,15 @@
|
||||
<CMyCircuits
|
||||
v-model="filter"
|
||||
:finder="true"
|
||||
:showfinder="true"
|
||||
:showfinder="false"
|
||||
:showBarSelection="false"
|
||||
>
|
||||
|
||||
<CFinder
|
||||
:table="toolsext.TABCIRCUITS"
|
||||
:noButtAdd="true"
|
||||
:showFilterPersonal="false"
|
||||
:showBarSelection="false"
|
||||
/>
|
||||
|
||||
</CMyCircuits>
|
||||
|
||||
Reference in New Issue
Block a user