Skip to content

Commit

Permalink
Remove ANS role type
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Houseknecht committed Sep 27, 2016
1 parent 11d8f21 commit 158995b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion galaxy/static/js/listApp/roleListController.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
];

$scope.searchRoleTypes = [
{ value: "ANS", title: "Ansible Role" },
// { value: "ANS", title: "Ansible Role" },
{ value: "CON", title: "Container Role" },
{ value: "APP", title: "Container App" }
];
Expand Down

0 comments on commit 158995b

Please sign in to comment.