diff --git a/galaxy_ng/app/constants.py b/galaxy_ng/app/constants.py index a8dc01f11c..f958b06d3c 100644 --- a/galaxy_ng/app/constants.py +++ b/galaxy_ng/app/constants.py @@ -30,6 +30,12 @@ class DeploymentMode(enum.Enum): # Category to group the permission in the UI. "ui_category": _("Collection Namespaces"), }, + "galaxy.view_namespace": { + "name": _("View namespace"), + "object_description": _("View this namespace."), + "global_description": _("View any existing namespace."), + "ui_category": _("Collection Namespaces"), + }, "galaxy.change_namespace": { "name": _("Change namespace"), "object_description": _("Edit this namespace."),