Development
This commit is contained in:
parent
3d0dc265ba
commit
c63098edc0
1 changed files with 1 additions and 1 deletions
|
|
@ -1784,7 +1784,7 @@ def build_nav_item(item, active_view, level, in_dropdown=False, inherited_req=No
|
|||
if t == 'nav_menu':
|
||||
raw_label = item.get('label', '')
|
||||
if raw_label == '%MENU_LABEL%':
|
||||
raw_label = 'Configure' if level >= LEVEL_RANK['administrator'] else 'View'
|
||||
raw_label = 'Network'
|
||||
label = e(raw_label)
|
||||
children = ''
|
||||
for child in item.get('items', []):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue