This commit is contained in:
2020-05-29 19:59:53 +00:00
parent 06bbce99f0
commit 7efd78d803
2 changed files with 10 additions and 9 deletions

View File

@@ -374,7 +374,7 @@ export default {
{
label: "Available space (MB)",
borderColor: CHART_COLOR.orange,
borderColor: CHART_COLOR.green,
fill: false,
radius: 0,
hoverRadius: 10,
@@ -388,8 +388,8 @@ export default {
return {
datasets: [
{
label: "Backups / utility (MB)",
borderColor: CHART_COLOR.purple,
label: "Backup (MB)",
borderColor: CHART_COLOR.orange,
fill: false,
radius: 0,
hoverRadius: 10,
@@ -399,7 +399,7 @@ export default {
{
label: "Available space (MB)",
borderColor: CHART_COLOR.orange,
borderColor: CHART_COLOR.green,
fill: false,
radius: 0,
hoverRadius: 10,
@@ -413,7 +413,7 @@ export default {
return {
datasets: [
{
label: "Attachments",
label: "Attachment files",
borderColor: CHART_COLOR.purple,
fill: false,
radius: 0,
@@ -423,7 +423,7 @@ export default {
},
{
label: "Backup / utility",
label: "Backup files",
borderColor: CHART_COLOR.orange,
fill: false,
radius: 0,