Change public to show on echo/file areas to enable limiting whats shown in the activity graph

This commit is contained in:
2023-07-28 13:22:39 +10:00
parent ddb8c349b6
commit f1ccca25ea
9 changed files with 20 additions and 18 deletions

View File

@@ -102,6 +102,7 @@ class Domain extends Model
];
})->values(),
'dashStyle' => 'ShortDot',
'visible'=>(bool)$item->first()->echoarea->show,
];
})->values();