mirror of
https://github.com/farmOS/farmOS.git
synced 2024-02-23 11:37:38 +01:00
Display Groups menu link at the bottom (below divider).
This commit is contained in:
parent
7c28bffbe6
commit
520ea3feb4
1 changed files with 1 additions and 1 deletions
|
@ -1304,7 +1304,7 @@ function farm_group_views_default_views() {
|
|||
$handler->display->display_options['menu']['context_only_inline'] = 0;
|
||||
$handler->display->display_options['tab_options']['type'] = 'normal';
|
||||
$handler->display->display_options['tab_options']['title'] = 'Groups';
|
||||
$handler->display->display_options['tab_options']['weight'] = '10';
|
||||
$handler->display->display_options['tab_options']['weight'] = '100';
|
||||
$handler->display->display_options['tab_options']['name'] = 'farm';
|
||||
|
||||
/* Display: Data export */
|
||||
|
|
Loading…
Reference in a new issue