This commit is contained in:
@@ -10,35 +10,37 @@
|
|||||||
v-on="$listeners"
|
v-on="$listeners"
|
||||||
>
|
>
|
||||||
<template slot="main">
|
<template slot="main">
|
||||||
<v-calendar
|
<div>
|
||||||
color="primary"
|
<v-calendar
|
||||||
type="day"
|
color="primary"
|
||||||
hide-header
|
type="day"
|
||||||
interval-height="36"
|
hide-header
|
||||||
:interval-count="intervalCount"
|
interval-height="30"
|
||||||
:first-time="startAt"
|
:interval-count="intervalCount"
|
||||||
:events="events"
|
:first-time="startAt"
|
||||||
:event-color="getEventColor"
|
:events="events"
|
||||||
:locale="languageName"
|
:event-color="getEventColor"
|
||||||
@click:event="showEvent"
|
:locale="languageName"
|
||||||
>
|
@click:event="showEvent"
|
||||||
<template v-slot:event="{ event, eventSummary }">
|
>
|
||||||
<div>
|
<template v-slot:event="{ event, eventSummary }">
|
||||||
<!-- eslint-disable vue/no-v-html -->
|
<div>
|
||||||
<span
|
<!-- eslint-disable vue/no-v-html -->
|
||||||
:class="event.textColor + '--text'"
|
<span
|
||||||
v-html="eventSummary()"
|
:class="event.textColor + '--text'"
|
||||||
/><v-icon
|
v-html="eventSummary()"
|
||||||
v-if="!event.editable"
|
/><v-icon
|
||||||
x-small
|
v-if="!event.editable"
|
||||||
:color="event.textColor"
|
x-small
|
||||||
class="ml-n3"
|
:color="event.textColor"
|
||||||
>
|
class="ml-n3"
|
||||||
$ayiLock</v-icon
|
>
|
||||||
>
|
$ayiLock</v-icon
|
||||||
</div>
|
>
|
||||||
</template>
|
</div>
|
||||||
</v-calendar>
|
</template>
|
||||||
|
</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