mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 14:57:39 -02:30
UI Testing Automation
Added an ID attribute to activity stream refresh button.
This commit is contained in:
@@ -241,6 +241,7 @@ angular.module('StreamListDefinition', [])
|
|||||||
actions: {
|
actions: {
|
||||||
refresh: {
|
refresh: {
|
||||||
mode: 'all',
|
mode: 'all',
|
||||||
|
id: 'activity-stream-refresh-btn',
|
||||||
'class': 'btn-xs',
|
'class': 'btn-xs',
|
||||||
awToolTip: "Refresh the page",
|
awToolTip: "Refresh the page",
|
||||||
ngClick: "refreshStream()"
|
ngClick: "refreshStream()"
|
||||||
|
|||||||
Reference in New Issue
Block a user