Add basic print management
This commit is contained in:
@ -14,12 +14,13 @@
|
||||
<img src="~assets/gyoza_logo_inline.jpg" style="width:100%">
|
||||
</div>
|
||||
</q-toolbar-title>
|
||||
<q-btn flat class="no-pointer-events">{{username}}</q-btn>
|
||||
<q-btn flat class="no-pointer-events" color="secondary">{{username}}</q-btn>
|
||||
<q-btn
|
||||
flat
|
||||
size="18px"
|
||||
icon="logout"
|
||||
@click="unsetUser()"
|
||||
color="secondary"
|
||||
/>
|
||||
</q-toolbar>
|
||||
</q-header>
|
||||
@ -61,6 +62,17 @@
|
||||
<!--<q-item-side avatar="statics/guy-avatar.png" />-->
|
||||
<!--<q-item-main label="Jack Doe" />-->
|
||||
<!--</q-item>-->
|
||||
|
||||
<!-- PRINT STUFF-->
|
||||
<q-separator/>
|
||||
<q-item-label header>Utilitaires</q-item-label>
|
||||
<q-item :to="'/print-settings'"
|
||||
>
|
||||
<q-item-section>Impression</q-item-section>
|
||||
<q-item-section side>
|
||||
<q-icon name="print"></q-icon>
|
||||
</q-item-section>
|
||||
</q-item>
|
||||
</q-list>
|
||||
</q-drawer>
|
||||
|
||||
@ -144,7 +156,7 @@ export default {
|
||||
this.$q.notify({
|
||||
message: `Enchanté ${username} !`,
|
||||
color: 'green',
|
||||
avatar: '/assets/gyoza_logo_nobg.png',
|
||||
avatar: '/gyoza_logo_nobg.png',
|
||||
timeout: 2000
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user