mirror of
https://github.com/ansible/awx.git
synced 2026-01-18 21:21:21 -03:30
11 lines
243 B
JavaScript
11 lines
243 B
JavaScript
module.exports = {
|
|
url() {
|
|
return `${this.api.globals.launch_url}/#/activity_stream`
|
|
},
|
|
elements: {
|
|
title: '.List-titleText',
|
|
subtitle: '.List-titleLockup',
|
|
category: '#stream-dropdown-nav'
|
|
}
|
|
};
|