Merge branch 'ent-7936-12354-anadir-opcion-dashboard-en-home-screen-de-usuario-en-meta' into 'develop'
Added home page dashboard to metaconsole See merge request artica/pandorafms!5452
This commit is contained in:
commit
8f88827c0b
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue