We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d76895a commit b83c60fCopy full SHA for b83c60f
galaxy_ng/app/constants.py
@@ -30,6 +30,12 @@ class DeploymentMode(enum.Enum):
30
# Category to group the permission in the UI.
31
"ui_category": _("Collection Namespaces"),
32
},
33
+ "galaxy.view_namespace": {
34
+ "name": _("View namespace"),
35
+ "object_description": _("View this namespace."),
36
+ "global_description": _("View any existing namespace."),
37
+ "ui_category": _("Collection Namespaces"),
38
+ },
39
"galaxy.change_namespace": {
40
"name": _("Change namespace"),
41
"object_description": _("Edit this namespace."),
0 commit comments