This commit is contained in:
@@ -47,6 +47,10 @@
|
|||||||
<v-col cols="12" class="mt-6">
|
<v-col cols="12" class="mt-6">
|
||||||
<v-col cols="12" lg="4">
|
<v-col cols="12" lg="4">
|
||||||
<span class="title">{{ $ay.t("BackupFiles") }}</span>
|
<span class="title">{{ $ay.t("BackupFiles") }}</span>
|
||||||
|
<v-btn @click="getBackupStatus" class="ml-3">
|
||||||
|
<v-icon>fa-sync</v-icon>
|
||||||
|
</v-btn>
|
||||||
|
|
||||||
<v-simple-table>
|
<v-simple-table>
|
||||||
<template v-slot:default>
|
<template v-slot:default>
|
||||||
<thead>
|
<thead>
|
||||||
@@ -70,9 +74,6 @@
|
|||||||
<div class="mt-6">
|
<div class="mt-6">
|
||||||
({{ $ay.t("AvailableSpace") }} {{ backupAvailableSpace }})
|
({{ $ay.t("AvailableSpace") }} {{ backupAvailableSpace }})
|
||||||
</div>
|
</div>
|
||||||
<v-btn @click="getBackupStatus" class="mt-6">
|
|
||||||
<v-icon>fa-sync</v-icon>
|
|
||||||
</v-btn>
|
|
||||||
</v-col>
|
</v-col>
|
||||||
</v-col>
|
</v-col>
|
||||||
</v-row>
|
</v-row>
|
||||||
|
|||||||
@@ -374,7 +374,7 @@ export default {
|
|||||||
|
|
||||||
{
|
{
|
||||||
label: "Available space (MB)",
|
label: "Available space (MB)",
|
||||||
borderColor: CHART_COLOR.orange,
|
borderColor: CHART_COLOR.green,
|
||||||
fill: false,
|
fill: false,
|
||||||
radius: 0,
|
radius: 0,
|
||||||
hoverRadius: 10,
|
hoverRadius: 10,
|
||||||
@@ -388,8 +388,8 @@ export default {
|
|||||||
return {
|
return {
|
||||||
datasets: [
|
datasets: [
|
||||||
{
|
{
|
||||||
label: "Backups / utility (MB)",
|
label: "Backup (MB)",
|
||||||
borderColor: CHART_COLOR.purple,
|
borderColor: CHART_COLOR.orange,
|
||||||
fill: false,
|
fill: false,
|
||||||
radius: 0,
|
radius: 0,
|
||||||
hoverRadius: 10,
|
hoverRadius: 10,
|
||||||
@@ -399,7 +399,7 @@ export default {
|
|||||||
|
|
||||||
{
|
{
|
||||||
label: "Available space (MB)",
|
label: "Available space (MB)",
|
||||||
borderColor: CHART_COLOR.orange,
|
borderColor: CHART_COLOR.green,
|
||||||
fill: false,
|
fill: false,
|
||||||
radius: 0,
|
radius: 0,
|
||||||
hoverRadius: 10,
|
hoverRadius: 10,
|
||||||
@@ -413,7 +413,7 @@ export default {
|
|||||||
return {
|
return {
|
||||||
datasets: [
|
datasets: [
|
||||||
{
|
{
|
||||||
label: "Attachments",
|
label: "Attachment files",
|
||||||
borderColor: CHART_COLOR.purple,
|
borderColor: CHART_COLOR.purple,
|
||||||
fill: false,
|
fill: false,
|
||||||
radius: 0,
|
radius: 0,
|
||||||
@@ -423,7 +423,7 @@ export default {
|
|||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
label: "Backup / utility",
|
label: "Backup files",
|
||||||
borderColor: CHART_COLOR.orange,
|
borderColor: CHART_COLOR.orange,
|
||||||
fill: false,
|
fill: false,
|
||||||
radius: 0,
|
radius: 0,
|
||||||
|
|||||||
Reference in New Issue
Block a user