diff --git a/awx/ui/static/js/lists/Streams.js b/awx/ui/static/js/lists/Streams.js index 480c17eec2..de7b033d63 100644 --- a/awx/ui/static/js/lists/Streams.js +++ b/awx/ui/static/js/lists/Streams.js @@ -241,6 +241,7 @@ angular.module('StreamListDefinition', []) actions: { refresh: { mode: 'all', + id: 'activity-stream-refresh-btn', 'class': 'btn-xs', awToolTip: "Refresh the page", ngClick: "refreshStream()"