mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 08:45:12 +02:00
Added home page dashboard to metaconsole
This commit is contained in:
parent
9bf789dd26
commit
91e8cc2633
@ -1353,11 +1353,8 @@ $values = [
|
|||||||
'Alert detail' => __('Alert detail'),
|
'Alert detail' => __('Alert detail'),
|
||||||
'External link' => __('External link'),
|
'External link' => __('External link'),
|
||||||
'Other' => __('Other'),
|
'Other' => __('Other'),
|
||||||
|
'Dashboard' => __('Dashboard'),
|
||||||
];
|
];
|
||||||
if (!is_metaconsole()) {
|
|
||||||
$values['Dashboard'] = __('Dashboard');
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
$home_screen .= html_print_select(
|
$home_screen .= html_print_select(
|
||||||
$values,
|
$values,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user