mirror of
https://github.com/ansible/awx.git
synced 2026-01-27 16:41:29 -03:30
Added schedules to the #/sockets page, so that we can see what events are being emitted via the schedules endpoint. Added a schedule_events socket to the Jobs controller. Once we have 'created', 'changed', 'deleted', etc. events coming throught the schedules endpoint the schedules widget on the jobs page should automatically update. Changed 'Dashboard' back to 'Home' in menus. Fixed event viewer bug on jobs detail page.
9 lines
262 B
HTML
9 lines
262 B
HTML
<div class="tab-pane" id="sockets">
|
|
<div ng-cloak id="htmlTemplate">
|
|
<div id="test-container"></div>
|
|
<div id="jobs-container"></div>
|
|
<div id="schedules-container"></div>
|
|
<div id="job-events-container"></div>
|
|
</div>
|
|
</div>
|