Skip to content

Commit b83c60f

Browse files
committed
Stuff.
No-Issue Signed-off-by: James Tanner <tanner.jc@gmail.com>
1 parent d76895a commit b83c60f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

galaxy_ng/app/constants.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@ class DeploymentMode(enum.Enum):
3030
# Category to group the permission in the UI.
3131
"ui_category": _("Collection Namespaces"),
3232
},
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+
},
3339
"galaxy.change_namespace": {
3440
"name": _("Change namespace"),
3541
"object_description": _("Edit this namespace."),

0 commit comments

Comments
 (0)