diff --git a/awx/ui/client/src/shared/multi-select-list/select-all.partial.html b/awx/ui/client/src/shared/multi-select-list/select-all.partial.html index 8cf597c10c..e16d664345 100644 --- a/awx/ui/client/src/shared/multi-select-list/select-all.partial.html +++ b/awx/ui/client/src/shared/multi-select-list/select-all.partial.html @@ -3,7 +3,8 @@ type="checkbox" ng-disabled="itemsLength === 0" ng-model="isSelected" - ng-change="doSelectAll()"> + ng-change="doSelectAll()" + data-multi-select-select-all> {{label}}