1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-31 23:51:09 +03:00

UI Testing Automation

Added an ID attribute to activity stream refresh button.
This commit is contained in:
Chris Houseknecht 2014-08-29 14:34:33 -04:00
parent 9a6df729f9
commit 1319887e95

View File

@ -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()"