Commit Graph

1688 Commits

Author SHA1 Message Date
John Mitchell
aa7c7ddd20 adding show password button for user stuff 2015-03-23 14:48:21 -04:00
John Mitchell
579ad85553 fixing 0 bug on cleanup job details form 2015-03-20 14:03:59 -04:00
Jared Tabor
fc72a662b5 Fix hanging 'Wait' message when JT form times out 2015-03-19 13:11:15 -04:00
Jared Tabor
1044390a82 fixed click event element selector for smart status 2015-03-19 11:58:15 -04:00
Joe Fiorini
863376ad45 Fix jshint error 2015-03-19 09:08:30 -04:00
Jared Tabor
fecb51ad89 Add inventories fix
adding pararnthesis for inventory form definition. I had added this on the edit inventory controller but not the add inventory controller
2015-03-18 11:38:44 -04:00
Joe Fiorini
2ef9779cd6 Add useful console debugging tool 2015-03-17 13:44:10 -04:00
Joe Fiorini
144044f4dc Fix jshint errors 2015-03-17 13:16:20 -04:00
Jared Tabor
83e9553015 Socket.js
adding check in socket service functions to ensure that socket exists before checking the status of hte socket connection
2015-03-16 13:52:00 -04:00
Joe Fiorini
143305749f Merge pull request #104 from joefiorini/extract-button-directive
Extract button helper into directive
2015-03-16 12:10:05 -04:00
jaredevantabor
136efd9724 Merge pull request #105 from jaredevantabor/scan-jobs-list
Scan jobs list
2015-03-16 09:18:59 -04:00
Joe Fiorini
a33241e796 Refactor show/hide on toolbar buttons 2015-03-13 16:07:31 -04:00
Jared Tabor
64de7de53e cleaning up js hint 2015-03-13 15:53:37 -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
9aba3bfa6a Remove accidental priority attribute from awToolTip 2015-03-13 13:02:43 -04:00
Joe Fiorini
ef422d33b1 Extract toolbar button into directive 2015-03-13 12:06:09 -04:00
Joe Fiorini
9aed0ad63a Extract list actions to directive 2015-03-13 12:06:09 -04:00
Joe Fiorini
cb1787816f Correctly import generateList module into inventories 2015-03-13 12:04:29 -04:00
Joe Fiorini
7b38bacca0 Uncomment and jshint ignore console statement 2015-03-13 11:50:35 -04:00
Jared Tabor
757e77e9a3 fixing jshint errors 2015-03-12 15:49:08 -04:00
Jared Tabor
333adea673 Merge branch 'edit-inv-page' into upstream_master
Conflicts:
	awx/ui/static/js/controllers/Inventories.js
	awx/ui/static/js/lists/InventoryHosts.js
2015-03-12 15:37:19 -04:00
Jared Tabor
5e22c86c45 link to manage page from inv list 2015-03-12 14:32:41 -04:00
Jared Tabor
698f2e7b8f Added icon on inventories view for manage inventory
With the Manage Inventory page being essentially nested below the Edit Inventory page, I have added a new icon and a new button for getting to these pages.
2015-03-12 12:16:47 -04:00
Jared Tabor
9ed89f9622 fixing breadcrumbs for new inventory page/manage
fixing breadcrumbs to reflect the level of nesting of hte manage page.
2015-03-12 11:41:36 -04:00
Jared Tabor
c2b5d27333 Inventory manage row height and icon col width
adjusted the heights of the rows for the groups/hosts on the manage view, and made the column width greater for icons on the page too
2015-03-12 10:41:43 -04:00
Jared Tabor
8e91c36593 Inventory edit properties
Adding the methods for filling the form with data from the API, resetting the form, saving variables, and for saving the form to the API. Also ensured activity stream worked.
2015-03-11 18:14:50 -04:00
Joe Fiorini
f09080c931 Move list-generator into new structure 2015-03-11 14:49:26 -04:00
Joe Fiorini
a687bb7cdc Merge pull request #99 from joefiorini/inventory-remove-checkbox
Remove checkbox on inventory list for enabling/disabling
2015-03-11 14:42:04 -04:00
Jared Tabor
286fd04498 changing name of inv manage partial 2015-03-11 13:37:07 -04:00
Jared Tabor
42081077c5 Moving inventory pages
the view that displayed the groups/hosts is now mapped to inventories/id/manage and the page for editing an inventory is an inventories/id
2015-03-11 13:30:03 -04:00
Joe Fiorini
7c80efc0d5 Use template for rendering smart status 2015-03-10 16:27:17 -04:00
Joe Fiorini
a2f4aaff27 Refactor controller 2015-03-10 16:27:15 -04:00
John Mitchell
931cc0468b Only show the websockets indicator if it is *not* green: 2015-03-10 14:45:03 -04:00
John Mitchell
3037bcb96a Merge branch 'smart-status' of https://github.com/jaredevantabor/ansible-tower into jaredevantabor-smart-status
Conflicts:
	awx/ui/static/js/controllers/Jobs.js
	awx/ui/static/js/shared/Socket.js
	awx/ui/static/less/ansible-ui.less
2015-03-10 13:59:08 -04:00
Jared Tabor
de3b1ecbc7 removing unnecessary files 2015-03-10 12:53:38 -04:00
Joe Fiorini
00838e1bbd Replace enabled checkbox with disabled tag display 2015-03-10 12:36:10 -04:00
Joe Fiorini
0dc04cd057 Use columnNgClass instead of ngClass for columns
ngClass gets placed on both the td and the link (if an ngClick is
    provided); this is not good, therefore splitting them out into
ngClass for the link class (for backwards compatibility) and
columnNgClass for the class on the td.
2015-03-10 12:31:04 -04:00
Jared Tabor
7c9b6f5269 Making the status even smarter
Incorporating the true status for each bar
2015-03-10 12:04:14 -04:00
Jared Tabor
9295ac78fd Updated status checks for smart status 2015-03-10 11:28:48 -04:00
Jared Tabor
23254beb6c More styling on the tooltip for smart status 2015-03-10 10:57:35 -04:00
John Mitchell
26e2c7b8dc showing ASK when ask for password is selected 2015-03-09 20:52:09 -04:00
Jared Tabor
ec39c5c864 Updated tooltip for sparklines 2015-03-09 16:55:17 -04:00
John Mitchell
dada789f8b fixing errors 2015-03-09 16:41:39 -04:00
John Mitchell
fb5db213cd password field changes and configuration fixes
* create a new sensitive input type to replace password
* added a new input configuration for the sensitive type called hasShowInputButton (this shows a button to the left of the field that toggles the display of plain text)
* updated the credentials form configuration
    * removed confirm password boxes for *entering* sensitve information
    * updated the Keyphrase label
* fixed a bug in the credentials controller's ask function, which did not check to see if a confirmation input was defined or not
2015-03-09 16:20:47 -04:00
Joe Fiorini
a4b4c92a31 Merge pull request #91 from joefiorini/fix-dashboard-live
Fix dashboard live events and tooltips
2015-03-09 14:20:00 -04:00
Jared Tabor
1e68785264 adding click event for spark lines 2015-03-09 13:48:08 -04:00
Joe Fiorini
c5bfe218bd Merge pull request #92 from joefiorini/breakpoint-fix
Fix for debugger breakpoints with sourcemaps
2015-03-09 13:43:38 -04:00
Joe Fiorini
af9aca9806 Allow app load to be suspended to let sourcemaps load 2015-03-09 13:44:24 -04:00
Joe Fiorini
106fa53e6d Remove incorrect schedule socket listener 2015-03-09 13:39:29 -04:00
Joe Fiorini
0507e89709 Revert "Fix live events with scheduled jobs on dashboard"
This reverts commit c9b4882012357db8d4effb5b38a22049599468b6.
2015-03-09 13:38:36 -04:00