This commit is contained in:
@@ -3,7 +3,8 @@
|
|||||||
<gznotify ref="gznotify"></gznotify>
|
<gznotify ref="gznotify"></gznotify>
|
||||||
<gzconfirm ref="gzconfirm"></gzconfirm>
|
<gzconfirm ref="gzconfirm"></gzconfirm>
|
||||||
<!-- <gzreportselector ref="gzreportselector"></gzreportselector> -->
|
<!-- <gzreportselector ref="gzreportselector"></gzreportselector> -->
|
||||||
<!-- Width of nav drawer set to allow widest translated text menu item to show which is spanish client service requests item -->
|
<!-- Width of nav drawer set to allow widest translated text menu item to show which is spanish client service requests item
|
||||||
|
and also leave a tiny space to click on outside of nav for galaxy 9 phone (narrowest width supported device) -->
|
||||||
<v-navigation-drawer
|
<v-navigation-drawer
|
||||||
v-if="isAuthenticated"
|
v-if="isAuthenticated"
|
||||||
v-model="drawer"
|
v-model="drawer"
|
||||||
@@ -13,18 +14,10 @@
|
|||||||
>
|
>
|
||||||
<template v-slot:prepend>
|
<template v-slot:prepend>
|
||||||
<div class="subtitle-2 primary--text pt-2 pl-4">
|
<div class="subtitle-2 primary--text pt-2 pl-4">
|
||||||
{{ $store.state.userName }}
|
{{ $store.state.userName }}
|
||||||
</div>
|
</div>
|
||||||
<!-- <v-list-item>
|
|
||||||
<v-list-item-content>
|
|
||||||
<v-list-item-title>{{ $store.state.userName }}</v-list-item-title>
|
|
||||||
</v-list-item-content>
|
|
||||||
</v-list-item> -->
|
|
||||||
</template>
|
</template>
|
||||||
<!--
|
|
||||||
mini-variant
|
|
||||||
mini-variant-width="60"
|
|
||||||
-->
|
|
||||||
<v-list>
|
<v-list>
|
||||||
<template v-for="item in navItems">
|
<template v-for="item in navItems">
|
||||||
<!-- TOP LEVEL can be holders or actions -->
|
<!-- TOP LEVEL can be holders or actions -->
|
||||||
@@ -233,14 +226,12 @@
|
|||||||
import ayaNovaVersion from "./api/ayanova-version";
|
import ayaNovaVersion from "./api/ayanova-version";
|
||||||
import gzconfirm from "./components/gzconfirm";
|
import gzconfirm from "./components/gzconfirm";
|
||||||
import gznotify from "./components/gznotify";
|
import gznotify from "./components/gznotify";
|
||||||
//import gzreportselector from "./components/report-selector-control";
|
|
||||||
import openObjectHandler from "./api/open-object-handler";
|
import openObjectHandler from "./api/open-object-handler";
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
components: {
|
components: {
|
||||||
gzconfirm,
|
gzconfirm,
|
||||||
gznotify
|
gznotify
|
||||||
//,gzreportselector
|
|
||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
|
|||||||
Reference in New Issue
Block a user