This commit is contained in:
@@ -10,11 +10,12 @@
|
|||||||
v-on="$listeners"
|
v-on="$listeners"
|
||||||
>
|
>
|
||||||
<template slot="main">
|
<template slot="main">
|
||||||
|
<div>
|
||||||
<v-calendar
|
<v-calendar
|
||||||
color="primary"
|
color="primary"
|
||||||
type="day"
|
type="day"
|
||||||
hide-header
|
hide-header
|
||||||
interval-height="36"
|
interval-height="30"
|
||||||
:interval-count="intervalCount"
|
:interval-count="intervalCount"
|
||||||
:first-time="startAt"
|
:first-time="startAt"
|
||||||
:events="events"
|
:events="events"
|
||||||
@@ -39,6 +40,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
</v-calendar>
|
</v-calendar>
|
||||||
|
</div>
|
||||||
</template>
|
</template>
|
||||||
</gz-dash>
|
</gz-dash>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
<v-row v-if="formState.ready">
|
<v-row v-if="formState.ready">
|
||||||
<gz-error :error-box-message="formState.errorBoxMessage"></gz-error>
|
<gz-error :error-box-message="formState.errorBoxMessage"></gz-error>
|
||||||
<v-col cols="12">
|
<v-col cols="12">
|
||||||
<h2>UNDER CONSTRUCTION / NOT IMPLEMENTED YET</h2>
|
<h2>DASHBOARD UNDER CONSTRUCTION</h2>
|
||||||
</v-col>
|
</v-col>
|
||||||
<v-col v-if="showSelector" cols="12">
|
<v-col v-if="showSelector" cols="12">
|
||||||
<v-dialog
|
<v-dialog
|
||||||
|
|||||||
Reference in New Issue
Block a user