This commit is contained in:
2021-02-10 15:53:45 +00:00
parent 6198714184
commit aa5a952aa4
90 changed files with 478 additions and 477 deletions

View File

@@ -1,6 +1,6 @@
<template>
<v-row v-if="this.formState.ready" v-resize="onResize">
<gz-error :errorBoxMessage="formState.errorBoxMessage"></gz-error>
<gz-error :error-box-message="formState.errorBoxMessage"></gz-error>
<v-col cols="12" sm="6" lg="4" xl="3">
<v-select
v-model="selectedTimePeriod"
@@ -24,14 +24,14 @@
<v-tab-item>
<v-col cols="12">
<gz-chart-line
:chartData="memAllChartData"
:chart-data="memAllChartData"
:options="timeLineChartOptions"
class="my-12"
/>
</v-col>
<v-col cols="12">
<gz-chart-line
:chartData="cpuChartData"
:chart-data="cpuChartData"
:options="timeLineChartOptions"
class="my-12"
/>
@@ -40,14 +40,14 @@
<v-tab-item>
<v-col cols="12">
<gz-chart-line
:chartData="dbChartData"
:chart-data="dbChartData"
:options="timeLineChartOptions"
class="my-12"
/>
</v-col>
<v-col cols="12" lg="10" xl="8">
<gz-chart-bar-horizontal
:chartData="dbTopTablesChartData"
:chart-data="dbTopTablesChartData"
:options="{
responsive: true,
scales: {
@@ -62,14 +62,14 @@
<v-tab-item>
<v-col cols="12">
<gz-chart-line
:chartData="fileSizeChartData"
:chart-data="fileSizeChartData"
:options="timeLineChartOptions"
class="my-12"
/>
</v-col>
<v-col cols="12">
<gz-chart-line
:chartData="attachmentCountChartData"
:chart-data="attachmentCountChartData"
:options="timeLineChartOptions"
class="my-12"
/>