mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2025-03-14 22:48:35 +03:00
+ client: add comment about order of settings dropdown order
This commit is contained in:
parent
8e30c69e4a
commit
2c6e3d0e91
1 changed files with 3 additions and 0 deletions
|
@ -12,6 +12,9 @@ const MENU_ITEMS = [
|
|||
{
|
||||
route: '', exact: true, xlinkHref: 'dashboard', text: 'dashboard', order: 0,
|
||||
},
|
||||
|
||||
// Settings dropdown should have visual order 1
|
||||
|
||||
{
|
||||
route: 'filters', xlinkHref: 'filters', text: 'filters', order: 2,
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue