awx/awx/ui/static/partials/sockets.html
Chris Houseknecht be80a549ca Misc.
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.
2014-07-17 15:44:44 -04:00

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>