Skip to content

Commit

Permalink
Stuff.
Browse files Browse the repository at this point in the history
No-Issue

Signed-off-by: James Tanner <[email protected]>
  • Loading branch information
jctanner committed Jun 10, 2024
1 parent d76895a commit b83c60f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions galaxy_ng/app/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -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."),
Expand Down

0 comments on commit b83c60f

Please sign in to comment.