Skip to content
Snippets Groups Projects
Verified Commit b34fad00 authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Update menu representation for data checks

parent d49f14ee
No related branches found
No related tags found
1 merge request!92Resolve "Add task for checking plausibility of data"
Pipeline #3780 passed
...@@ -61,9 +61,9 @@ MENUS = { ...@@ -61,9 +61,9 @@ MENUS = {
"validators": ["menu_generator.validators.is_superuser"], "validators": ["menu_generator.validators.is_superuser"],
}, },
{ {
"name": _("Check data"), "name": _("Data checks"),
"url": "check_data", "url": "check_data",
"icon": "label", "icon": "done_all",
"validators": ["menu_generator.validators.is_superuser"], "validators": ["menu_generator.validators.is_superuser"],
}, },
], ],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment