Commit Graph

1091 Commits

Author SHA1 Message Date
Chris Houseknecht
ca607f2372 Drag-n-drop directive
Add aw-drop-file directive to a textarea form element. User can drop a file (any file) onto the field and the contents as text will be placed in the textarea. Added this directive to credentials ssh_key field.
2014-07-30 18:08:38 -04:00
Chris Houseknecht
10d0fa7631 Socket connection help
Revised help text, adding status icons. Added clear overlay under the modal dialog. Rotated the network icon left by 45 deg.
2014-07-30 17:07:56 -04:00
Luke Sneeringer
67ddbd6fd6 Fixed capitalization inconsistency.
This commit makes "FirefoxSocketHelp.js" be refered to with consistnent
capitalization to its filesystem represenation.

Fixes a showstopping Tower bug on case-sensitive filesystems. :)
2014-07-30 15:43:42 -05:00
Chris Houseknecht
7093e95011 Form-generator
Change handling of labelBind in form generator. It now adds ng-bind directive to a <span> element inside <label> rather than to <label> directly. This stops Angular from wiping out anything else we may want to add inside <label> like help icon.
2014-07-30 16:30:49 -04:00
Jared Tabor
22f7dfce67 tooltip for subscription id for azure cred 2014-07-30 16:13:32 -04:00
Chris Houseknecht
6156e3c456 Credentials
Fixed form validation issues when adding a cloud credential. The email address field was being required even though it wasn't visible.
2014-07-30 16:07:34 -04:00
Chris Houseknecht
cef468d060 Inventory help
Tweaked the verbage and image sizes a bit.
2014-07-30 14:33:09 -04:00
Chris Houseknecht
2485f86471 Job templates
Added ability to launch a job from th job template detail page.
2014-07-30 14:06:31 -04:00
Chris Houseknecht
6fb89530cc Job events viewer
Made sure stdout, stderr and traceback don't end up on Results tab. Each of these already has a dedicated tab.
2014-07-29 16:57:36 -04:00
Chris Houseknecht
5b6d8e5c98 Job detail page
Added 'Loading...' message to each table. Loading message is turned on at initial page load. It is turned off at the last possible second after completion of page rendering. It is turned on before each API call and back off after the API call completes.
2014-07-29 16:41:44 -04:00
Jared Tabor
feb13b1f11 fixed issue in job template when user deletes credential and project 2014-07-29 16:24:56 -04:00
Chris Houseknecht
a960638b68 Lookup dialog
Fixed Select column so that it always appears all the way to the right and is always the same width. Looks much better :)
2014-07-29 15:17:59 -04:00
Chris Houseknecht
a2ddeb1f22 Event viewer
Fixed issue that occurred while launching event viewer from host event viewer. For a given host event on the host event viewer dialog, click the status link. The event viewer dialog failed to appear if there was only a single event.
2014-07-29 14:52:57 -04:00
Chris Houseknecht
74fa71b3f4 Event viewer
Show more data on the Results tab. Any items not explicitly listed in the event viewer form object are now added to the Results tab, excluding ansible_facts. Also added a JSON tab to show the full event object, again excluding ansible_facts.
2014-07-29 13:17:42 -05:00
Jared Tabor
e90b25f862 updated inventory groups help modal window 2014-07-29 13:17:42 -05:00
Chris Houseknecht
945e6d468f Websocket Help
Show browser aware help for troubleshooting web socket connection problems.
2014-07-29 13:17:42 -05:00
Jared Tabor
8d3c4c5e9a fixed dashboard graph resizing defect 2014-07-29 13:17:42 -05:00
Chris Houseknecht
e8a4aadb44 Site footer
Added a 15px margin to bottom of site layout. Fixed inventory detail page auto sizing. It had not been updated with all the layout changes.
2014-07-29 13:17:41 -05:00
Chris Houseknecht
5dd0ae14e4 Pagination
Changed collection name in pagination widget to '(X items)'.
2014-07-29 13:17:41 -05:00
Chris Houseknecht
a03309b52a Inventory hosts search
Removed used of dynamic placeholder. Left over from prior iterations.
2014-07-29 13:17:41 -05:00
Chris Houseknecht
e137ec7383 local_config
Load what's in local storage, if anything, while waiting for external file to load.
2014-07-29 13:17:41 -05:00
Chris Houseknecht
e7e52f3bf7 local_config
Fixed remaining fallout from delay of $AnsibleConfig object.
2014-07-29 13:17:41 -05:00
Jared Tabor
504b810418 changed azure labels and added them into inventory groups modal window 2014-07-28 17:06:30 -04:00
Luke Sneeringer
95567ff004 [in progress] Azure support. 2014-07-28 13:22:58 -05:00
Matthew Jones
e19984d6db Fix some busted job stdout end-line calculation under certain
conditions.  Make it to where the ui re-uses the endpoint from the last
stdout request cycle instead of adding one to it since we are not
left-inclusive on list slicing.
2014-07-25 14:54:45 -04:00
Chris Houseknecht
f8d70f03ea local_settings
Fixed more bits where undefined $AnsibleConfig was breaking things.
2014-07-25 14:16:15 -04:00
Chris Houseknecht
7139b5b25a loca_config
Fixed lingering issues where $AnsibleConfig is referenced when it is not yet defined.
2014-07-25 14:00:18 -04:00
Jared Tabor
5df7833038 fixed defect with GCE cred's not showing up in inventory groups modal window 2014-07-25 11:12:12 -05:00
Jared Tabor
1531af4f7e made GCE fields required" 2014-07-25 11:12:12 -05:00
Jared Tabor
b19077e0a0 changed 'username' to 'email address' and ssh key to RSA private key for GCE front end. 2014-07-25 11:12:12 -05:00
Luke Sneeringer
c6f7c1d2da In progress: Adding GCE to inventory source. 2014-07-25 11:12:12 -05:00
Luke Sneeringer
e7a08a016c Adding path support to credentials.js 2014-07-25 11:12:12 -05:00
Luke Sneeringer
0257451bf7 Adding GCE RSA keys. 2014-07-25 11:12:11 -05:00
Luke Sneeringer
dd79ba8de7 Beginning PEM file support for GCE. 2014-07-25 11:12:11 -05:00
Chris Houseknecht
89f65d8ba0 local_config
Fixed javascript error.
2014-07-25 10:45:12 -04:00
Chris Houseknecht
623ac5804e local_config
Don't start the app until the config file is loaded and $AnsibleConfig is defined.
2014-07-25 10:43:05 -04:00
Chris Houseknecht
d872aa1985 local_config.js
Look for local_config.js. If not found, load config.js. Set debug_mode to true and make other config changes locally without affecting production builds.
2014-07-25 10:25:37 -04:00
Chris Houseknecht
f0cb84d973 Job detail
Monitor socket connection and attempt to restart when status returns 'error' or continuously returns 'connecting'.
2014-07-25 10:24:15 -04:00
Chris Houseknecht
9af5cc3d6d Job details -play button
Pause live events by clicking on a task or play. Restart live events by clicking the play button. Fixed issues with event viewer and host viewer dialogs.
2014-07-24 20:50:38 -04:00
Chris Houseknecht
074b882714 Authorization
Fixed js error. Confirmed that setting Authorization header to '' on calls to /api and /api/v1 works. Switched debug_mode to false for the demo.
2014-07-23 15:04:30 -04:00
Chris Houseknecht
66851bd28f Authentication
Attempt to remove the Authentication: Basic header by nulling it out on request to /api and /api/v1
2014-07-23 14:35:53 -04:00
Chris Houseknecht
d24800bf5f Missing breadcrumbs
Added breadcrumbs back in for nested lists (i.e. adding users to an organization or a project to a team).
2014-07-23 14:21:26 -04:00
Jared Tabor
95b99bbc89 small change to breadcrumb border 2014-07-23 12:15:14 -04:00
Chris Houseknecht
a1c6af5a08 Fixed JS linting error. 2014-07-23 11:34:52 -04:00
Chris Houseknecht
99966760bb License viewer
Removed contact info.
2014-07-23 11:27:06 -04:00
Chris Houseknecht
eb40fc1265 Password strength meter
Now enforcing the minimum of 8 characters (as it has always been stated in the help text). When the strength score is >=
required strength the meter turns green (as it always has) and now goes to 100% of the width. Previously it only went to
about 50% of screen width.
2014-07-23 10:39:42 -04:00
Jared Tabor
15a1420d4a fixed issue with job status graph xaxis disappearing on first filter 2014-07-23 10:25:10 -04:00
Chris Houseknecht
78b7fc19f8 Jobs page
Removed 20px margin at the top.
2014-07-23 10:23:00 -04:00
Chris Houseknecht
d32ba23705 Menu title fix
Always recalc menu title regardless of menu level.
2014-07-23 10:08:49 -04:00
Chris Houseknecht
7f344549aa Accordion styles
Fixed active accordion style background. The active accordion now has a grey background. Inactive and hovered accordion
headers now  have a white background.
2014-07-23 10:01:10 -04:00