Skip to content

Commit

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

Signed-off-by: James Tanner <tanner.jc@gmail.com>
  • Loading branch information
jctanner committed Jun 10, 2024
1 parent b83c60f commit 1ab20a3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions galaxy_ng/app/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,24 @@ class DeploymentMode(enum.Enum):
"global_description": _("Upload collections to any existing namespace."),
"ui_category": _("Collection Namespaces"),
},
"ansible.view_collection": {
"name": _("View collection"),
"object_description": _("View this collection."),
"global_description": _("View any existing collection."),
"ui_category": _("Collections"),
},
"ansible.delete_collection": {
"name": _("Delete collection"),
"object_description": _("Delete this collection."),
"global_description": _("Delete any existing collection."),
"ui_category": _("Collections"),
},
"ansible.view_ansible_repo_content": {
"name": _("View Ansible repo content"),
"object_description": _("View content of this Ansible repository."),
"global_description": _("View collections in any existing namespace."),
"ui_category": _("Collections"),
},
"ansible.modify_ansible_repo_content": {
"name": _("Modify Ansible repo content"),
"object_description": _("Modify content of this Ansible repository."),
Expand Down

0 comments on commit 1ab20a3

Please sign in to comment.