Skip to content

Commit 1ab20a3

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

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

galaxy_ng/app/constants.py

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,24 @@ class DeploymentMode(enum.Enum):
5454
"global_description": _("Upload collections to any existing namespace."),
5555
"ui_category": _("Collection Namespaces"),
5656
},
57+
"ansible.view_collection": {
58+
"name": _("View collection"),
59+
"object_description": _("View this collection."),
60+
"global_description": _("View any existing collection."),
61+
"ui_category": _("Collections"),
62+
},
5763
"ansible.delete_collection": {
5864
"name": _("Delete collection"),
5965
"object_description": _("Delete this collection."),
6066
"global_description": _("Delete any existing collection."),
6167
"ui_category": _("Collections"),
6268
},
69+
"ansible.view_ansible_repo_content": {
70+
"name": _("View Ansible repo content"),
71+
"object_description": _("View content of this Ansible repository."),
72+
"global_description": _("View collections in any existing namespace."),
73+
"ui_category": _("Collections"),
74+
},
6375
"ansible.modify_ansible_repo_content": {
6476
"name": _("Modify Ansible repo content"),
6577
"object_description": _("Modify content of this Ansible repository."),

0 commit comments

Comments
 (0)