Commit Graph

276 Commits

Author SHA1 Message Date
Chris Houseknecht
6d6ea293a4 Fixing 'working' ovrerlay to fit document height. 2014-02-04 19:04:41 +00:00
Chris Houseknecht
bbdfc3ea4f Background for jqueryui modal and twitter bootstrap modal now match. 2014-02-04 13:23:03 -05:00
Chris Houseknecht
5cb6c22fc8 Fixed inventory sync status dialog to use jqueryui dialog- making it draggable and resizable. 2014-02-04 16:59:19 +00:00
Chris Houseknecht
6c2b8358a0 Fixed 'empty directory' warning on project detail page. The styling was off, and it was incorrectly displaying when scm_type was to empty. 2014-02-03 23:20:33 +00:00
Chris Houseknecht
7ecc382a71 AC-595 stop translating object name in breadcrumbs. 2014-02-03 14:59:30 -05:00
Chris Houseknecht
926ec500e2 Inventory help- turned resizable off on modal dialog. Fixed compilation error. 2014-01-31 17:35:44 -05:00
Chris Houseknecht
763ed5241d Latest changes to Inventory help. Re-styled dialogs. Fixed presentation so that Next and Previous are possible. Added close button. 2014-01-31 17:32:22 -05:00
Chris Houseknecht
cbc0d7a8ad Fixed bug in Capitalize directive. Fixed issues found with jsLint. 2014-01-31 05:19:42 -05:00
Chris Houseknecht
6cbd2beb7a AC-602 last bit of help changes. 2014-01-30 16:43:42 -05:00
Chris Houseknecht
c81fa0d285 AC-976, AC-1000, AC-602 2014-01-30 15:23:49 -05:00
Chris Houseknecht
9d8c124817 Fixed AS widget breadcrumb links 2014-01-29 17:06:53 -05:00
Chris Houseknecht
168c4235f5 AC-977 Fixed raw html showing up in Action field on detail dialog. Added a subtitle on the AS widget. On inventory groups/host page the subtitle explains what activities are being displayed, and only activities realted to the selected group (on the inventory page) are displayed. If All Hosts selected, then all activities for all groups related to the current inventory are displayed. Also, brought back activity stream button for inventory hosts. 2014-01-29 17:00:04 -05:00
Chris Houseknecht
597a81ead6 Fixing store references to point to http://www.ansible.com/ansible-pricing 2014-01-29 14:01:44 -05:00
Chris Houseknecht
22f40605cd AC-976 now using custom javascript to apply ellipsis to long group and host names. Fixed indes.html title. 2014-01-29 13:31:51 -05:00
Chris Houseknecht
de970058f7 Fixed inventory group source drop-down so that selecting 'Choose a source' behaves the same as choosing 'Manual'. Fixed AC-989. 2014-01-28 10:58:57 -05:00
Chris Houseknecht
cb8ec978de AC-983 long group names, AC-970 don't hightlight required fields in red, AC-966 fixed ansibleworks links to point to ansible, AC-733 new pagination widget, page and total rows. 2014-01-28 01:03:09 -05:00
chris Houseknecht
c52f98e9ac AC-970 no longer highlighting currently focused form field with red. Field is hightlighted in red when an error immediately on error detection. This includes Angular errors and custom errors. 2014-01-23 23:49:25 -05:00
chris Houseknecht
44d9d12e4d AC-966,AC-967,AC-968,AC-973,AC-972: fixed links, titles, texts referencing AWX and ansibleworks. Fixed AC-941 issues also for Credentials and Projects tab. Upgraded projects status to use jquery dialog, allowing user to expand and move. 2014-01-23 16:38:47 -05:00
chris Houseknecht
54d7884ac6 AC-963 fixed spinny not aligning with visible viewport, I think. 2014-01-23 11:39:18 -05:00
chris Houseknecht
337bbc0a9c AC-948 applied ellipsis to home/groups and home/hosts pages. Added CSS on all list pages to drop index column when viewport is XS. Fixed padding on cancel icon for home/groups page. After kicking off an inventory sync on home/hosts page refresh() is now called. 2014-01-22 17:04:08 -05:00
chris Houseknecht
d9817ac826 AC-948 applied ellipsis to home/groups and home/hosts pages. Added CSS on all list pages to drop index column when viewport is XS. Fixed padding on cancel icon for home/groups page. After kicking off an inventory sync on home/hosts page refresh() is now called. 2014-01-22 17:04:07 -05:00
chris Houseknecht
7a7f1ce032 AC-948 applied CSS ellipsis to long group names and long host names on inventory edit. 2014-01-22 17:04:07 -05:00
chris Houseknecht
9fe9556b50 AC-712 fixed login spinnning tab disable issue 2014-01-22 12:36:22 -05:00
chris Houseknecht
7269c7bd06 Inventory refactor: add job status summary fly-out on host status. Click on a status and a second dialog appears for the specific job. Dialog can be resized and moved- built using jquery and styled to match TB dialog. Fixed home/groups and home/hosts pages to appear more inventory edit page. Home/groups page now allows you to start and inventory sync as well. Fixed tool-tip consistency. Click page forward/back now employs the spinner and should stop overclicking, which was resulting in page numbers < 0. 2014-01-22 04:53:32 -05:00
chris Houseknecht
8f5642e13e Inventory refactor: fixed activity stream display on inventory edit page. 2014-01-20 13:34:11 -05:00
chris Houseknecht
aec5a2ba73 Activity stream: show detail will not be displayed if the selected activity cannot be found- this shouldn't happe, but just in case. Viewing detail no longer users an API call. Instead it retrieves the record from memory. It might be possible for this to break if the user clicks browser refresh. Inventory refactor: fixed drag-n-drop so that an object cannot be dropped onto two groups at the same time. 2014-01-17 13:02:46 -05:00
chris Houseknecht
d3149bc8ef Added use of ng-cloak to all partials and added related CSS. Added use of 'working...' widget to all Edit controllers- it was missing in a few places. Attempted upgrade to angular-1.2.9. Ran into issues and left at 1.1.4 for now. Change angular.js to angular.min.js. 2014-01-17 12:33:16 -05:00
chris Houseknecht
1cbc00e19d Fixed copy host modal header. Fixed javascript error in search.js helper. 2014-01-16 12:46:40 -05:00
chris Houseknecht
283b21475a Inventory refactor: fixed group host-failed link to refresh hosts view with only failed hosts. Link from hosts to hosts/N/job_hosts_summaries works again.s 2014-01-16 12:26:34 -05:00
chris Houseknecht
06abf29d50 Activity stream: implemented new search. Fixed a bunch of things related to the new data structure. Fixed /home/groups page. 2014-01-16 05:00:22 -05:00
chris Houseknecht
a90de488e1 AC-756 Removed required on password field when in 'edit' mode. When editing an existing user all fields can now be changed without re-entering a password. However, if the password field is touched, then a strong password is required and a valid match must be supplied. Fixed the Reset button. Now if changing existing record, touch password, click reset, and all password, password match, and the strength progress bar are all reset. 2014-01-15 23:10:36 -05:00
chris Houseknecht
b93a7d9636 Fixed the drop-down on Jobs page to be more link-like. Fixed Cancel link spacing on jobs and projects by renaming to Stop (because it's shorter) and padded. Now Stop and Delete align vertically. 2014-01-15 19:38:06 -05:00
chris Houseknecht
a8203742aa Inventory refactor: dragging a host to a group will copy it. 2014-01-15 17:40:33 -05:00
chris Houseknecht
c62718493c Inventory refactor: fixed drag-n-drop so that a group cannot be dropped onto itself or dropped into a group where it already exists. 2014-01-15 14:19:46 -05:00
chris Houseknecht
9bf941e8d4 Inventory refactor: group drag-n-drop now fully working. 2014-01-15 12:34:40 -05:00
chris Houseknecht
2ccecd16a7 Inventory refactor: fixed a looping issue in inventory tree build. Index confussion when building list of node's children. 2014-01-15 11:45:58 -05:00
chris Houseknecht
ef324f2397 AC-931: Fixed typo. AC-925 clickin on failed inventory sync icon works again. Inventory Refactor: consolidated actions and status fields to a single column and simplified tool-tip text. Made 'sync' labeling more consistent, I think. 2014-01-15 04:31:11 -05:00
chris Houseknecht
298e55017f AC-934: Hide license date and time remaining when AWS. 2014-01-15 02:29:22 -05:00
Chris Houseknecht
902008d17e Inventory refactory: working on inventory group copy/move via drag-n-drop. The graphical piece is mostly working. 2014-01-14 23:25:32 +00:00
Chris Houseknecht
6caa3cfec9 Inventory refactor: host enabled flag and tool tip now working. 2014-01-13 21:53:43 +00:00
Chris Houseknecht
6d205213db Inventory refactor: now all nodes in group tree have an icon. same for job events view. 2014-01-10 22:44:12 +00:00
Chris Houseknecht
3d5a09e39e Inventory refactor: Add host works. Click on a row level action on the groups list now shows the row as selected and refreshes the host list. Edit inventory properties now works. Add and Edit dialog boxes are now displayed at the last minute after all data is loaded- accomplished with new list-generator show_modal parameter. 2014-01-10 20:33:01 +00:00
Chris Houseknecht
0d2417e4ae Inventory refactor: inventory sync icon turns into red cancel icon upon job submission. cancel sync now works. Refresh process emits on completion. Created Find() utility to search an array of objects. 2014-01-09 22:45:35 +00:00
Chris Houseknecht
e6c0032444 Created a way to remove table row borders. Created a way to add an 'active-row' class to selected table border. Injecting hosts list into same scope as groups list. Streamlined host/job status message. 2014-01-09 16:18:02 +00:00
Chris Houseknecht
9930c6d356 Inventory refactoring: added All Hosts, group delete now works, view inventory sync status works, group add now refreshes the group view correctly. 2014-01-08 23:38:00 +00:00
Chris Houseknecht
255dead521 Inventory refactoring: fixed toggle icon styling. Now job events and inventory group trees use .node-toggle to style collapse/expand icon. Fixed regex issue in Children helper. 2014-01-08 17:11:36 +00:00
Chris Houseknecht
e581650dbb Inventory refactoring: removed text labels from actions, added animation on sync status, fixed collapse and expand. Fixed expand and collapse on job events as well. 2014-01-08 16:46:19 +00:00
Chris Church
2b7af0a2ec Happy new year!!! 2014-01-02 11:51:43 -05:00
Chris Houseknecht
a4098a6df7 Modified search widget heper to no longer include 'row' element in the returned html. Callers will now controll the row definition. Moved breadcrumb generation from list-generator to generator-helpers so that it can be called from anywhere, including the inventory edit controller. Breadcrumbs now appear on inventory edit page. Changed search to check if searchPlaceholer field property is a scope variable. If it is, use the scope variable's value. Now clicking on a group name highlights it, searches for hosts and changes the search filed placeholder value to include the group name. 2013-12-31 06:56:01 +00:00
Chris Houseknecht
f26956d2cc Group add and edit now mostly work. The Add Group dialog now includes tabs and supports source. The tree is refrshed on load. Moved retrieval of update status info to InventoryTree. 2013-12-30 09:45:30 +00:00