Gestione Refresh Token Completata !
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
<template>
|
||||
<div class="q-my-sm">
|
||||
<CNotifAtTop />
|
||||
<!--<q-banner
|
||||
<div v-if="tools.isLogged()">
|
||||
<CNotifAtTop />
|
||||
<!--<q-banner
|
||||
rounded
|
||||
dense
|
||||
class="bg-warning text-white"
|
||||
@@ -12,20 +13,16 @@
|
||||
</template>
|
||||
<span class="mybanner">Questa sezione è ancora in fase di miglioramento.</span>
|
||||
|
||||
</q-banner>-->
|
||||
</q-banner>-->
|
||||
|
||||
<CMyGroups
|
||||
v-model="filter"
|
||||
:finder="true"
|
||||
>
|
||||
<CMyGroups v-model="filter" :finder="true">
|
||||
<CFinder
|
||||
:ind="tools.getIndMainCardsByTable(toolsext.TABMYGROUPS)"
|
||||
:table="toolsext.TABMYGROUPS"
|
||||
:showFilterPersonal="true"
|
||||
/>
|
||||
|
||||
<CFinder
|
||||
:ind="tools.getIndMainCardsByTable(toolsext.TABMYGROUPS)"
|
||||
:table="toolsext.TABMYGROUPS"
|
||||
:showFilterPersonal="true"
|
||||
/>
|
||||
|
||||
<!--
|
||||
<!--
|
||||
<CGridTableRec
|
||||
prop_mytable="mygroups"
|
||||
prop_mytitle=""
|
||||
@@ -51,11 +48,13 @@
|
||||
:extraparams="extraparams()">
|
||||
|
||||
</CGridTableRec>
|
||||
-->
|
||||
</CMyGroups>
|
||||
-->
|
||||
</CMyGroups>
|
||||
|
||||
<div v-if="filter === costanti.CREATE_GROUP">
|
||||
Nuovo Gruppo:
|
||||
<div v-if="filter === costanti.CREATE_GROUP">Nuovo Gruppo:</div>
|
||||
</div>
|
||||
<div v-else>
|
||||
<CCheckIfIsLogged></CCheckIfIsLogged>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
@@ -64,6 +63,6 @@
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
@import './mygroups.scss';
|
||||
@import "./mygroups.scss";
|
||||
</style>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user