Added home page dashboard to metaconsole

This commit is contained in:
Calvo 2023-01-24 14:22:33 +01:00
parent 9bf789dd26
commit 91e8cc2633
1 changed files with 1 additions and 4 deletions

View File

@ -1353,11 +1353,8 @@ $values = [
'Alert detail' => __('Alert detail'),
'External link' => __('External link'),
'Other' => __('Other'),
'Dashboard' => __('Dashboard'),
];
if (!is_metaconsole()) {
$values['Dashboard'] = __('Dashboard');
}
$home_screen .= html_print_select(
$values,