25 Commits

Author SHA1 Message Date
chouseknecht
7303107450 Modified styling of modal dialog. 2013-06-19 17:12:50 -04:00
chouseknecht
15b720b42b Link from Inventories tab, hosts, Failed events now redirects to /jobs/N/job_events?host=<host_name>, displaying most recent job events for the host. 2013-06-19 15:20:23 -04:00
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
9c6a20d4c7 On Job Events page, Event and Host columns now have a min-width css setting to help prevent 'jump' when collapsing/expanding children. Fixes the jump, but sort of wrecks the TB's responsive layout on small screens. May have to circle back and add media query at some point. 2013-06-18 18:33:16 -04:00
chouseknecht
2abd33cf22 Collapse/expand job_events list using the api parent/child relationship 2013-06-18 17:20:52 -04:00
chouseknecht
d47ea40d60 Re-styled tree pieces on Inventory detail page. Blended boxes on left into one continuous box to match box on right. 2013-06-14 15:16:41 -04:00
chouseknecht
ab9b9f84c5 Synced code between list view and related list view. Column displaying icon with text rather than actual value (i.e. true/false for has_active_failures) works consistently. Changed icon and text for our has_active_failures column -preparing it to link to hosts/N/job_events data. 2013-06-14 12:17:31 -04:00
chouseknecht
703bc0fca1 Latest UI changes 2013-06-14 10:08:41 -04:00
chouseknecht
6806619e98 On inventory tree widget, has_active_failures turns node text color to red. Checkbox at bottom filters nodes based on value of has_active_failures. 2013-06-13 16:08:17 -04:00
chouseknecht
614607fd0e Added has_active_failures to Hosts view under Inventory detail. There is now a Failures column. A red dot (icon-circle) displays for hosts where has_active_failures == true, otherwise the column is empty. 2013-06-12 16:12:32 -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
7b0bbff376 Added Datatables.net style sorting to all lists and related lists 2013-06-07 16:50:07 -04:00
chouseknecht
e58e80bbad All tables (lists and related lists) hightight current row on hover. Hover over a row and the background turns white. 2013-06-06 19:14:04 -04:00
chouseknecht
93e9c7a24d Created an Angular slider directive to support JQueryUI slider widget. Job Template page now uses a slider for Forks value. User can set the value with the slider or type in a value btwn 0 and 100. Additionally turned verbosity into a drop-down. 2013-06-06 15:01:23 -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
9ca489d5ab Inventory UI changes. Added action buttons to tree. Removed All Hosts group from tree (click on Inventory root node to see All Hosts). Added Create/Select buttons to hosts list. Preparing to move group/host views to modal dialog. 2013-05-31 23:02:18 -04:00
chouseknecht
f16f41fc99 Inventory detail page changes. Added accordion. Added custom theme to tree. Fixed tooltips. Added button labels. 2013-05-30 14:58:16 -04:00
chouseknecht
007db3435d Latest UI changes. More tweaks to related set buttons and styling. 2013-05-24 12:28:34 -04:00
chouseknecht
ef16ec55f1 On related sets, moved create button near filter widget and added labels to all buttons. 2013-05-24 12:10:03 -04:00
chouseknecht
b4709c5138 Latest UI changes. Add button labels on all pages. 2013-05-24 07:43:55 -04:00
root
ab4115d0e7 Added buttons to top of Job Events, Job Details and Job Host Summary pages to link everything together and provide a Refresh action. 2013-05-23 11:26:54 -04:00
chouseknecht
bdbfcd4b85 Latest UI changes. Related-set key fields now link to the edit/detail page. Job detail page disables correctly. Fixed jobs related set on Job Templates detail page. 2013-05-23 01:07:44 -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