Chris Houseknecht
9e3700545e
Job page autosizing and long names
...
Autosizing on the jobs page assumed that there would be a certain amount of consistency with respect to row heights. However, really long job template names blow that assumptions and things break. Finally figured out how to add ellipsis via CSS, and that fixed the problem.
2014-07-03 02:19:17 -04:00
chouseknecht
e5ee7e5383
AC-1294 reworked standard out page to support custom scroll bar. Removed use of <pre> elment by parsing the inbound HTML and isolating the style sheet and the job output. Those are now inserted into styled <div> elements, giving the UI better control. The page now listens to the web socket server and refreshes whenver an event happens for the job. On an event the <div> element refreshes and automatically scrolls to the bottom.
2014-05-21 17:29:16 -04:00
Chris Houseknecht
5fa351040a
Added proper support for 'runner_on_no_hosts' events.
2014-05-01 16:49:54 -04:00
Chris Houseknecht
4b7d4aecf1
Fixing missing js libraries
2014-04-30 16:16:15 -04:00
Chris Houseknecht
49c26aad10
Track inventory group expand/collapse in local storage. Support multiple inventory syncs running simultaneously. Moved socket connection for job_events to app root. Added on/off socket button so user can tell state of connection and reset/reconnect when needed. Applied AC-1211 fix.
2014-04-23 18:07:26 -04:00
Chris Houseknecht
25c117782c
Fixed jshint linting errors. Lates job detail page changes.
2014-04-21 10:18:58 -04:00
Chris Houseknecht
29aa175a59
AC-1141 fixed inventory group scheduling issues. Added scope cleanup. Now only loading the schedules list 1x rather than each time schedule tab clicked. Destroying the schedule edit scope consistently on save and cancel.
2014-04-05 19:34:02 -04:00
Chris Houseknecht
8d65808f85
AC-1138 fixed occurrence detail display.
2014-04-05 03:13:11 -04:00
Chris Houseknecht
70db6fadfc
Pulled in latest angular-scheduler changes. Fixed scheduler form styling to improve weekday selection and remove red borders on fields with errors. Fixed weekday select/deselect array issues.
2014-04-03 15:11:15 -04:00
Chris Houseknecht
341a049c8c
Pulled in latest angular-scheduler changes.
2014-04-03 13:19:12 -04:00
Chris Houseknecht
12ecf56dc4
Pulled in latest angular-scheduler changes. Added validation to start time, interval count and occurrence count.
2014-04-02 14:21:54 -04:00
Chris Houseknecht
7d168e9fd1
Pulled in angular-scheduler changes.
2014-04-01 11:05:36 -04:00
Chris Houseknecht
0f90c44c93
Pulled in angular-scheduler fixes to allow past dates and correct interval label setting.
2014-03-31 14:23:56 -04:00
Chris Houseknecht
33a8eaae90
Updated angular-scheduler to pickup latest fixes.
2014-03-31 11:35:35 -04:00
Chris Houseknecht
85b8b12e51
Incorporated latest angular-scheduler changes. Starting to add 'detail' schedule view to the inventory group edit dialog, allowing user to see occurrences and natural language description of a given schedule object.
2014-03-17 09:46:51 -04:00
Chris Houseknecht
15a08232e0
Clean up. Removed grey background from forms appearing inside accordions. Fixed border on tables innside accordions. Made action labels disappear on small and xtra small viewports. Updated javascript packages. Created a bower.json file. Installed anuglar-scheduler. Added schedule icon to job templates page. Shrunk pagination font.
2014-03-07 18:31:15 -05:00