Skip to content

Commit

Permalink
Merge branch 'develop' into feature/ics-assets
Browse files Browse the repository at this point in the history
  • Loading branch information
clemiller committed Sep 22, 2023
2 parents 07dd712 + e471215 commit e1a9bf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/datasources/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def get_menu():
]},
{"display_name": "Groups", "url": "/groups", "external_link": False, "children": []},
{"display_name": "Software", "url": "/software", "external_link": False, "children": []},
{"display_name": "Campaigns", "url": "/datasources", "external_link": False, "children": []},
{"display_name": "Campaigns", "url": "/campaigns", "external_link": False, "children": []},
{"display_name": "Assets", "url": "/assets", "external_link": False, "children": [] },
],
}
Expand Down

0 comments on commit e1a9bf8

Please sign in to comment.