Changed position of overviews.
This commit is contained in:
parent
00e06396ab
commit
98e384d266
1 changed files with 5 additions and 5 deletions
|
@ -88,11 +88,6 @@ class FirstStepsController < ApplicationController
|
|||
location: '#',
|
||||
class: 'js-testTicket',
|
||||
},
|
||||
{
|
||||
name: 'Create Overviews',
|
||||
checked: false,
|
||||
location: '#manage/overviews',
|
||||
},
|
||||
{
|
||||
name: 'Create Text Modues',
|
||||
checked: text_module_active,
|
||||
|
@ -103,6 +98,11 @@ class FirstStepsController < ApplicationController
|
|||
checked: macro_active,
|
||||
location: '#manage/macros',
|
||||
},
|
||||
{
|
||||
name: 'Create Overviews',
|
||||
checked: false,
|
||||
location: '#manage/overviews',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue