fix: reword some menu entries
This commit is contained in:
parent
e7b493d7c9
commit
bc0836fc3c
1 changed files with 15 additions and 14 deletions
|
|
@ -156,30 +156,30 @@ class WuttaFarmMenuHandler(base.MenuHandler):
|
||||||
},
|
},
|
||||||
{"type": "sep"},
|
{"type": "sep"},
|
||||||
{
|
{
|
||||||
"title": "Animals",
|
"title": "Animal Assets",
|
||||||
"route": "farmos_animals",
|
"route": "farmos_animals",
|
||||||
"perm": "farmos_animals.list",
|
"perm": "farmos_animals.list",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "Groups",
|
"title": "Group Assets",
|
||||||
"route": "farmos_groups",
|
"route": "farmos_groups",
|
||||||
"perm": "farmos_groups.list",
|
"perm": "farmos_groups.list",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "Plants",
|
"title": "Land Assets",
|
||||||
|
"route": "farmos_land_assets",
|
||||||
|
"perm": "farmos_land_assets.list",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "Plant Assets",
|
||||||
"route": "farmos_asset_plant",
|
"route": "farmos_asset_plant",
|
||||||
"perm": "farmos_asset_plant.list",
|
"perm": "farmos_asset_plant.list",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "Structures",
|
"title": "Structure Assets",
|
||||||
"route": "farmos_structures",
|
"route": "farmos_structures",
|
||||||
"perm": "farmos_structures.list",
|
"perm": "farmos_structures.list",
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"title": "Land",
|
|
||||||
"route": "farmos_land_assets",
|
|
||||||
"perm": "farmos_land_assets.list",
|
|
||||||
},
|
|
||||||
{"type": "sep"},
|
{"type": "sep"},
|
||||||
{
|
{
|
||||||
"title": "Activity Logs",
|
"title": "Activity Logs",
|
||||||
|
|
@ -207,6 +207,11 @@ class WuttaFarmMenuHandler(base.MenuHandler):
|
||||||
"route": "farmos_animal_types",
|
"route": "farmos_animal_types",
|
||||||
"perm": "farmos_animal_types.list",
|
"perm": "farmos_animal_types.list",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"title": "Land Types",
|
||||||
|
"route": "farmos_land_types",
|
||||||
|
"perm": "farmos_land_types.list",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"title": "Plant Types",
|
"title": "Plant Types",
|
||||||
"route": "farmos_plant_types",
|
"route": "farmos_plant_types",
|
||||||
|
|
@ -217,11 +222,7 @@ class WuttaFarmMenuHandler(base.MenuHandler):
|
||||||
"route": "farmos_structure_types",
|
"route": "farmos_structure_types",
|
||||||
"perm": "farmos_structure_types.list",
|
"perm": "farmos_structure_types.list",
|
||||||
},
|
},
|
||||||
{
|
{"type": "sep"},
|
||||||
"title": "Land Types",
|
|
||||||
"route": "farmos_land_types",
|
|
||||||
"perm": "farmos_land_types.list",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"title": "Asset Types",
|
"title": "Asset Types",
|
||||||
"route": "farmos_asset_types",
|
"route": "farmos_asset_types",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue