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 b40beed commit 3888a48
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions galaxy_ng/app/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,12 @@ class DeploymentMode(enum.Enum):
"global_description": _("Delete any existing collection."),
"ui_category": _("Collections"),
},
"ansible.view_ansiblerepository": {
"name": _("View Ansible repo content"),
"object_description": _("View this Ansible repository."),
"global_description": _("View this Ansible repository."),
"ui_category": _("Collections"),
},
#"ansible.view_ansiblerepository": {
# "name": _("View Ansible repository"),
# "object_description": _("View this Ansible repository."),
# "global_description": _("View this Ansible repository."),
# "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 3888a48

Please sign in to comment.