Commit Graph

13 Commits

Author SHA1 Message Date
chouseknecht 6b8deab753 Job Event detail is now displayed in a modal dialog. Inside all modal dialogs displaying a form, reduced amount of space given to field labels and expanded amount of space given to text area fields. 2013-06-19 13:03:17 -04:00
chouseknecht 2abd33cf22 Collapse/expand job_events list using the api parent/child relationship 2013-06-18 17:20:52 -04:00
chouseknecht c8c9e62b4c Added YAML support to Host and Group variable data. User can enter variables in either format, UI will parse it and send to API as JSON. Fixed post to /hosts/N/variable_data and /groups/N/variable_data so that JSON is sent as an object rather than a string. 2013-06-11 17:23:54 -04:00
chouseknecht 2accb94972 Hosts side of inventory detail page now working through modal dialogs. Fixed pagination on modal list. Test Add/Edit/Delete host buttons. Only piece left is to fix the host name link, which should bring up the Edit dialog. 2013-06-04 19:12:28 -04:00
chouseknecht b19e1dd97a Moved inventory detail load procedure from inventory controller to the helper so that it can be called when the detail page first loads and anytime we need to refresh tree data. Working on a way to refresh tree data, re-open previously open nodes and re-select previously active node after add/edit/delete of a group. Any change to tree data should be instantly reflect in the tree in an ajax/async fashion. 2013-06-03 07:08:08 -04:00
chouseknecht e61a966464 Added tooltips to host/group/extra variables using TB popover. Fixed bugs on Inventory detail page causing js errors. Added JSON validation to extra_vars on Job Templates add/edit page. Always grey-out/disable fields on Jobs detail page because upading a Pending job throws a 405 error -will investigate with CC later. 2013-05-27 13:18:15 -04:00
chouseknecht 151f02e92c Projects can now be added to a Team and created from the Team tab. 2013-05-23 11:52:45 -04:00
chouseknecht d59e2a416f Hello User link now uses /api/v1/me to link to /users/N 2013-05-23 01:25:02 -04:00
chouseknecht 34994a6736 First pass at Job Hosts Summary page. Added link to host detail page. Need to add link to job->host->events. 2013-05-22 17:53:35 -04:00
chouseknecht 45a4ba7743 Fixes to teams/project/organizations/users/credentials navigation and pathing. 2013-05-22 14:19:51 -04:00
chouseknecht 91b534c841 Fixed project add and edit pages. 2013-05-22 04:23:42 -04:00
chouseknecht fc6545a059 New job events list and detail pages. Fixed boolean search. Added new select search type -used on job status to provide a select list. 2013-05-22 01:37:47 -04:00
Chris Church aeac739735 Major rename of package from lib to ansibleworks. 2013-05-21 18:20:26 -04:00