Skip to content

Commit

Permalink
Checkin.
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 1ab20a3 commit a02c99b
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions galaxy_ng/app/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ class DeploymentMode(enum.Enum):
"global_description": _("Delete any existing collection."),
"ui_category": _("Collections"),
},
"ansible.view_ansible_repo_content": {
"ansible.view_ansiblerepository": {
"name": _("View Ansible repo content"),
"object_description": _("View content of this Ansible repository."),
"global_description": _("View collections in any existing namespace."),
"object_description": _("View this Ansible repository."),
"global_description": _("View this Ansible repository."),
"ui_category": _("Collections"),
},
"ansible.modify_ansible_repo_content": {
Expand Down Expand Up @@ -248,6 +248,12 @@ class DeploymentMode(enum.Enum):
"global_description": _("Manage container namespace roles existing in the system."),
"ui_category": _("Execution Environments"),
},
"galaxy.view_containerregistryremote": {
"name": _("View remote registry"),
"object_description": None,
"global_description": _("View remote registries in the system."),
"ui_category": _("Container Registry Remotes"),
},
"galaxy.add_containerregistryremote": {
"name": _("Add remote registry"),
"object_description": None,
Expand Down

0 comments on commit a02c99b

Please sign in to comment.