|
|
|
@ -13,6 +13,7 @@
|
|
|
|
|
slot="header"
|
|
|
|
|
>
|
|
|
|
|
<q-btn
|
|
|
|
|
class="csc-user-menu-button"
|
|
|
|
|
v-if="isMobile"
|
|
|
|
|
flat
|
|
|
|
|
color="white"
|
|
|
|
@ -22,6 +23,39 @@
|
|
|
|
|
name="menu"
|
|
|
|
|
/>
|
|
|
|
|
</q-btn>
|
|
|
|
|
<q-btn
|
|
|
|
|
v-if="hasFaxCapability && hasSendFaxFeature"
|
|
|
|
|
class="csc-user-menu-button bg-primary text-dark"
|
|
|
|
|
flat
|
|
|
|
|
color="primary"
|
|
|
|
|
round
|
|
|
|
|
small
|
|
|
|
|
>
|
|
|
|
|
<q-icon
|
|
|
|
|
name="apps"
|
|
|
|
|
/>
|
|
|
|
|
<q-popover
|
|
|
|
|
ref="appPopover"
|
|
|
|
|
>
|
|
|
|
|
<q-list
|
|
|
|
|
class="no-padding"
|
|
|
|
|
no-border
|
|
|
|
|
>
|
|
|
|
|
<q-item
|
|
|
|
|
link
|
|
|
|
|
@click="showSendFax();$refs.appPopover.close()"
|
|
|
|
|
>
|
|
|
|
|
<q-item-side
|
|
|
|
|
icon="fa-fax"
|
|
|
|
|
color="primary"
|
|
|
|
|
/>
|
|
|
|
|
<q-item-main
|
|
|
|
|
:label="$t('communication.sendFax')"
|
|
|
|
|
/>
|
|
|
|
|
</q-item>
|
|
|
|
|
</q-list>
|
|
|
|
|
</q-popover>
|
|
|
|
|
</q-btn>
|
|
|
|
|
<q-btn
|
|
|
|
|
class="csc-user-menu-button no-shadow"
|
|
|
|
|
v-if="!isMobile"
|
|
|
|
@ -109,10 +143,7 @@
|
|
|
|
|
:is-pbx-admin="isPbxAdmin"
|
|
|
|
|
:is-pbx-configuration="isPbxConfiguration"
|
|
|
|
|
/>
|
|
|
|
|
<router-view
|
|
|
|
|
:has-fax="hasFaxCapability && hasSendFaxFeature"
|
|
|
|
|
@send-fax="showSendFax()"
|
|
|
|
|
/>
|
|
|
|
|
<router-view />
|
|
|
|
|
<csc-send-fax
|
|
|
|
|
ref="sendFax"
|
|
|
|
|
/>
|
|
|
|
@ -179,7 +210,9 @@
|
|
|
|
|
QItemTile,
|
|
|
|
|
QPopover,
|
|
|
|
|
QSideLink,
|
|
|
|
|
QCollapsible
|
|
|
|
|
QCollapsible,
|
|
|
|
|
QFabAction,
|
|
|
|
|
QFab
|
|
|
|
|
} from 'quasar-framework'
|
|
|
|
|
import CscMainMenu from "./MainMenu"
|
|
|
|
|
import CscLanguageMenu from "./CscLanguageMenu"
|
|
|
|
@ -232,7 +265,9 @@
|
|
|
|
|
CscCall,
|
|
|
|
|
CscSendFax,
|
|
|
|
|
CscLogo,
|
|
|
|
|
CscUserMenu
|
|
|
|
|
CscUserMenu,
|
|
|
|
|
QFabAction,
|
|
|
|
|
QFab
|
|
|
|
|
},
|
|
|
|
|
computed: {
|
|
|
|
|
...mapGetters([
|
|
|
|
@ -499,7 +534,8 @@
|
|
|
|
|
top 4px
|
|
|
|
|
position absolute
|
|
|
|
|
.csc-user-menu-button
|
|
|
|
|
margin 0 0.2rem
|
|
|
|
|
margin-left 0
|
|
|
|
|
margin-right 0.2rem
|
|
|
|
|
padding 0.2rem
|
|
|
|
|
.on-left
|
|
|
|
|
margin 0
|
|
|
|
|