Commit Graph

1790 Commits

Author SHA1 Message Date
John Mitchell
cc8a39e6d9 fixed tooltip on popover bug 2015-05-01 12:27:57 -04:00
John Mitchell
692bb67dfc fixed grunt errors 2015-04-30 15:37:52 -04:00
John Mitchell
4fb4975b44 pulling back on some overzealous html sanitizing 2015-04-30 10:57:03 -04:00
John Mitchell
bd62f136a3 fixed color of delete prompt ok button bug 2015-04-29 16:45:15 -04:00
John Mitchell
b127e7f276 fixing xss bugs 2015-04-29 16:09:12 -04:00
John Mitchell
690c87fbf3 fixing job details accessiblity 2015-04-29 11:14:53 -04:00
John Mitchell
147ac95294 fixed the initial post to the api for inv vars 2015-04-28 15:24:44 -04:00
John Mitchell
3c9887dc45 added source type population for gce and azure on edit 2015-04-28 11:22:07 -04:00
John Mitchell
192e8cbab8 fix of select2 reversion I made 2015-04-28 11:22:07 -04:00
John Mitchell
9b721d21e6 fixed authentication routing on the ui
scenario 1 - logout at a particular route will navigate back to that route on immediate login
scenario 2 - logged out user that browses to a new route (including root) will get what they wanted
scenario 3 - logged out user who opens a new tab with url to a new route will get what they wanted
2015-04-27 14:24:39 -04:00
John Mitchell
0f30ccc9b7 fix grunt errors 2015-04-27 10:37:00 -04:00
jlmitch5
e1d5180996 Merge pull request #146 from ansible/jlm_416_openstack_inv_ui
openstack inventory ui support
2015-04-27 10:21:09 -04:00
John Mitchell
2522160f96 fixed grunt errors 2015-04-27 10:20:37 -04:00
John Mitchell
4bdab2d2fa adhoc form fixes
added forks input
fixed privilege escalation language, it now mimics job template
fixed a hanging issue when a non-machine credential is used
fixed reset to include the default verbosity setting
2015-04-27 10:13:57 -04:00
John Mitchell
04340dcc27 random UI fixes
fixed jshint error
fixed asterisk padding on login modal
fixed color on border of error form field.
2015-04-26 18:06:12 -04:00
Joe Fiorini
bddbbbd512 Move outline fix outside of media query 2015-04-24 15:44:31 -04:00
John Mitchell
f311d62e7b changed the reds and greens in tower 2015-04-24 15:19:30 -04:00
John Mitchell
bdcd2c5938 autopopulate lookups if there is only one option for that lookup type 2015-04-24 14:00:27 -04:00
John Mitchell
be7f27af0d removing outlines on buttons and links 2015-04-24 13:02:09 -04:00
Jared Tabor
bfb4ccf266 Updating Source form to fix save button validity 2015-04-24 09:54:08 -05:00
John Mitchell
40b26e42bb fixed padding for cancel button in lists 2015-04-23 16:48:37 -04:00
John Mitchell
e67dfa3b92 openstack inventory ui support 2015-04-23 16:48:37 -04:00
Jared Tabor
fdbb885b08 fixing issue with select2 data collection
there was an error with not collecting select2 data if there were no source_regions chosen for the source selected.
2015-04-22 14:11:35 -04:00
John Mitchell
ef3c18e071 fix jshint error 2015-04-21 13:33:06 -04:00
John Mitchell
bcd57b18c2 migrated job type select to using api options as well 2015-04-21 13:31:24 -04:00
John Mitchell
802fed2a76 migrated job templates to use new verbosity format 2015-04-21 13:31:24 -04:00
John Mitchell
537ab3b317 fixed adhoc verbosity default parameter in ui 2015-04-20 16:51:44 -04:00
John Mitchell
e1bf7ea749 fix to host popover contents wrt openstack credential in ui. 2015-04-20 16:09:19 -04:00
Jared Tabor
2bd856da93 select2 comments and removal of stale awMultiSelect
adding comments for how to implement the select2 on a select field, and removing the directive that no longer creates select2 fields
2015-04-20 14:47:14 -04:00
Jared Tabor
d27a190b4e Updated select2 fields for new version of lib
adding select2 updated lib

removing old select2 library
2015-04-20 14:47:14 -04:00
John Mitchell
fa18b1774d fixed grunt errors with last push 2015-04-20 14:38:59 -04:00
John Mitchell
e8db7d7c77 fixed permissions adhoc checkbox stuff 2015-04-20 14:37:22 -04:00
Jared Tabor
38f0b46ded adjusting width of search bar in jobs page 2015-04-17 17:45:06 -04:00
John Mitchell
0bcd7c63aa fixing warning label typo 2015-04-17 14:04:43 -04:00
John Mitchell
afbd06351f Adding data titles for host and project credential popovers 2015-04-15 15:54:53 -04:00
John Mitchell
77024ef4f7 UI support for openstack credential 2015-04-15 15:25:24 -04:00
John Mitchell
7f5c5396a3 got add hosts button to work at root level of inventory 2015-04-14 16:46:24 -04:00
John Mitchell
e4518895cb added become and verbosity support to adhoc UI 2015-04-14 15:39:20 -04:00
Jared Tabor
ed0f6a7918 Obtaining job status from API instead of capitalizing
The jobs page and the job detail page now use the API value to display job status
2015-04-14 15:23:02 -04:00
Joe Fiorini
e1fe342535 Correctly fix CSS syntax error 2015-04-13 18:15:34 -04:00
Joe Fiorini
c4fa0efb83 Merge pull request #134 from joefiorini/autoprefixer
Implements autoprefixer and modular CSS layout
2015-04-13 18:11:49 -04:00
jaredevantabor
06b5503010 Merge pull request #136 from jaredevantabor/simplify-jobs-page
Simplify jobs page
2015-04-13 18:01:10 -04:00
Jared Tabor
9af7a428ab removing unneeded files and adjusting height logic 2015-04-13 17:58:08 -04:00
Chris Church
1dd45852a6 Merge pull request #132 from cchurch/ui_version_query_string
Add Tower version to query string for minified CSS/JS.
2015-04-13 17:07:18 -04:00
Joe Fiorini
157f4b8062 Add placeholder template to keep build working
Build fails when there are no less templates in `awx/ui/static/js`,
therefore I'm adding this file that I will remove immediately once I
start adding less templates to this directory.
2015-04-13 15:52:02 -04:00
Jared Tabor
8b225e333b Fix to delete/cancel jobs 2015-04-13 14:48:39 -04:00
Joe Fiorini
a22b5e773e Fix syntax errors in less templates 2015-04-13 14:27:33 -04:00
Jared Tabor
9cffbd63c2 Schedule search widget, and fix buttons for jobs
Inserted the schedule search widget for hte scheduled jobs tab, and adjusting the correct buttons based on if a job is running.
2015-04-13 11:16:25 -04:00
Jared Tabor
eabe4bdf02 Made jobs page use 1 pane with tabs
instead of the 4 panes divied into completed, running, and queued jobs
2015-04-10 14:29:46 -04:00
Chris Church
d1123d145f Add Tower version to query string for minified CSS/JS. 2015-04-09 15:03:20 -04:00