Jared Tabor
d7e2614760
Copyright JS files and removing unlicensed files
...
Adding the Copyright and All Rights Reserved to the JS files, as well as removing pwdmeter and 3dDonut chart (in lieu of d3.js donut chart)
adding the legend and getting pie chart to donut
adding data labels to donut chart
working legend and tooltip
job detail donut
Ansible Copyright added to beginning of all JS files
removing pwdmeter and d3donut
fixing merge conflicts
2015-05-29 12:08:22 -04:00
Jared Tabor
79b79f0481
initial files for license diff directive
...
awLicenseFeature with show/hide
changed file locations
changing file location
adjusting controller logic to only return list of features
leveraging $rootScope instead of local storage
adding awFeature directive for lists/forms for activity stream button
Adding route resolvers and service for getting license
In order to get the license info from the API and not from local storage, the UI needs to hit hte API before loading any pages, therefore I've added route resolvers that will ensure that we have the appropriate data (license features) before navigating to a new page. I've also added the awFeature directive to the organizations list -> add-button and the ldap checkbox on the user form page.
adjusting alignment
fixing jshint errors
commting file for testings
adding tests for features service and features controller
adding features controller unit test
2015-05-04 11:34:38 -04:00
Jared Tabor
267653e50c
added smart status to scan job templates
...
in the inventory properties page
2015-03-26 09:58:40 -04:00
Jared Tabor
427f42dec3
changed default project/playbook scheme + actions
...
changed the design of the 'Reset to default project/playbook' on the job template form. Also added actions on the inventory properties accordion for scan job templates for scheduling and copying
2015-03-26 09:58:40 -04:00
Jared Tabor
2883a70cba
adding launch button for scan jobs
...
on inventory properties page. I also adjusted the indentation on the job submission page so that it was completly crazy.
2015-03-26 09:58:40 -04:00
Jared Tabor
206fb6b288
On Job Template save: redirect to proper dest
...
return to job template list if adding/editing a job template from the list; likewise return to hte inventory properties if adding/editing from that page
2015-03-26 09:58:40 -04:00
Jared Tabor
0948846530
Scan job templates
...
Implemented saving a job template as type = scan. Can add/edit these jobs. Also on inventory properties accordion you can see the list of scan job templates for the inventory.
2015-03-26 09:58:39 -04:00
Jared Tabor
45513ca4bd
added scan jobs list to inventory properties
...
added the scan jobs list in an accordion underneath the inventory properties.
2015-03-13 15:37:21 -04:00
Joe Fiorini
a9e0de98d7
Use broccoli to build app
2015-02-06 12:49:04 -05:00
Jared Tabor
ca8e52bfff
adding ngdocs site for tower doc site
2014-08-28 10:37:02 -04:00
Chris Houseknecht
ad5d0454c2
AC-1325 plus inventory refactor cleanup
...
Fixed obvious issues found after pulling in inventory refactor changes from 1.4.11 branch. Included fixing modal dialog issues.
2014-06-03 19:02:56 -04:00
Chris Houseknecht
0cfef78663
AC-1321 disappearing host variables
...
Bringing over fix applied in 1.4.11.
2014-06-03 17:08:06 -04:00
vagrant
d25e712e21
Finixhed applying jsHint linting to js files. Created initial Gruntfile.js build script and package.json script for keeping track of required node modules.
2014-02-11 04:52:15 +00:00
Chris Houseknecht
47ad240b99
AC-997 enable activity stream for non-privileged users.
2014-02-03 10:31:10 -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
33a4389002
Inventory refactor: removed navigation links from create inventory page.
2014-01-15 10:36:30 -05: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 Church
2b7af0a2ec
Happy new year!!!
2014-01-02 11:51:43 -05:00
Chris Houseknecht
7ef25fec57
All form Save and Reset buttons now built with same icon, color, size. Fixed bug on Organization add/edit form that prevented Reset button from working. Fixed Jobs drop-down navigation menu- icon was missing on some pages.
2013-12-20 23:48:04 +00:00
Chris Houseknecht
fae51d12f0
AC-726 Improved search filter, eliminating need for reset button. Fixed drop-down menu on jobs detail page, replacing summary with host summary. Fixed error message on job templates and jobs when list of playbooks cannot be found- message is now informational rather than cryptic error.
2013-11-23 14:48:43 +00:00
Chris Houseknecht
666d721bda
AC-668 'parse as' value now works correctly.
2013-11-19 21:03:55 +00:00
Chris Houseknecht
94bbab566b
Only allow user with super_user access to see activity stream button. Fixed collision between is_superuser rootscope variable and credential.is_superuser on credential detail page. Added AS to user/n/permissions page.
2013-11-19 20:39:43 +00:00
Chris Houseknecht
6b418d4a5c
Added activity stream to all tabs and to the tab detail page. Enabled working breadcrumbs on the activity stream widget. Added round corners to th stream containers so it at least looks OK when the bottom occassionally overllapses footer. Adjusted the stream widget's default url to include detail object's primary key, limiting rows to the object being viewed.
2013-11-19 08:17:21 +00:00
Chris Houseknecht
fa9ccf1d0a
AC-595 for form/list definitions using \{\{ \}\} replacement variables in the title, include the capitalize filter.
2013-11-06 15:30:37 +00:00
chouseknecht
32d3914270
AC-503 Latest cloud inventory changes.
2013-10-01 21:39:53 -04:00
chouseknecht
7bfa0c4b0c
AC-525 Fixed inventory and job navigation issues. Fixed nagging horizontal scroll in dialogs with accordions.
2013-09-26 22:08:00 -04:00
chouseknecht
50ebe9d165
Better inventory navigation. Breadcrumbs now includes a hover activated drop-down. Debating whether using hover activation is a good thing. Obviously doesn't work on mobile, so will need to build a work around.
2013-09-20 12:06:08 -04:00
chouseknecht
a7d1c3faf0
AC-411 Asterisk displayed left of label on all required fields. Inventory tweaks.
2013-09-09 00:32:22 -04:00
chouseknecht
d32240803e
Fixes for AC-389, 391, 392, 397
2013-09-04 11:06:55 -04:00
chouseknecht
fe03a789b6
AC-373 Inventory page layout changes. Removed tabs and menu to make better use of limited page real estate
2013-08-27 13:46:58 -04:00
chouseknecht
4ea3c23e5a
AC-331 final clean up
2013-08-22 11:26:23 -04:00
chouseknecht
f8b186b24a
AC-331 Continued cleanup from Bootstrap upgrade and Inventory changes.
2013-08-22 10:20:52 -04:00
chouseknecht
82833c848f
AC-331 Latest changes and cleanup from testing
2013-08-21 12:50:25 -04:00
chouseknecht
ec7713ae28
AC-331 latest Inventories/Hosts tab changess
2013-08-19 01:27:04 -04:00
chouseknecht
858c389fb0
Latest inventory hosts tab changes
2013-08-18 20:20:39 -04:00
chouseknecht
707f98237b
AC-331 Delete one or many hosts now working.
2013-08-16 17:01:18 -04:00
chouseknecht
22af7cf6b0
AC-331 Inventories Groups tab just about completed
2013-08-13 17:57:28 -04:00
chouseknecht
07280e8abe
Fixed JS minification issue
2013-08-12 09:47:09 -04:00
chouseknecht
8794da7cd1
Edit inventory properties on group tab starting to work
2013-08-08 18:14:15 -04:00
chouseknecht
54eff92ea3
Fixed a bunch of styling issues appearing in FireFox post Twitter Bootstrap 3RC1 upgrade.
2013-08-06 14:43:56 -04:00
chouseknecht
94ae9ffd43
Upgraded AWX to Twitter Bootstrap 3 RC1
2013-08-02 18:27:07 -04:00
chouseknecht
4b8f0c2829
AC-322 Job list now presents either a Delete or Cancel button based on the job's status. Changed delete icon from icon-remove to icon-trash throughout application.
2013-07-31 11:53:59 -04:00
chouseknecht
e5aeefa43d
AC-308 Added Remove button to Hosts list.
2013-07-30 11:07:47 -04:00
chouseknecht
48853b6594
AC-297 Fixed. Organization on Inventory detail page is now properly required by the UI. Added the awRequiredWhen directive to cure.
2013-07-28 08:13:53 -04:00
chouseknecht
6e2a5bb722
AC-231 title for Hosts section of inventory detail page now appears on 2 lines.
2013-07-23 00:02:00 -04:00
chouseknecht
7e0f72de45
AC-209 on inventory page, when user selects inventory node the add group buttons displays the 'create new group' dialog rather than the select dialog.
2013-07-17 17:53:18 -04:00
chouseknecht
e3893f1524
Button clean-up all Edit/View buttons now match and have a black on grey color
2013-07-17 17:23:35 -04:00
chouseknecht
bd693f226e
AC-171 First iteration of changes.
2013-07-17 12:17:50 -04:00
chouseknecht
ab6fca64a0
Fixes for AC-212 & AC-2088
2013-07-11 17:18:44 -04:00
chouseknecht
a82edf0e4a
AC-171 first round of changes to make select dialogs more understandable. Also changed tooltip config to include a default time for hide and a default time for show.
2013-07-09 00:10:21 -04:00