Akita Noek
ba19e0e105
Merge pull request #1975 from anoek/auditor-support
...
Add support for creating system auditors
2016-05-20 13:33:21 -04:00
Bill Nottingham
1823032f3c
Don't refer to a different page for stdout - it's on the same page now.
...
Related to #1557 .
2016-05-19 16:05:37 -04:00
Akita Noek
741c6a0cfd
Text update for team role removal confirmation message
...
#1919
2016-05-19 14:46:35 -04:00
Akita Noek
49b88dd646
Hide the user type selection for non super users
...
Completes UI portion of #1974
2016-05-19 13:34:51 -04:00
Michael Abashian
e373316df0
Merge branch 'job-launch-modal-overhaul' of https://github.com/mabashian/ansible-tower into mabashian-job-launch-modal-overhaul
...
# Conflicts:
# awx/ui/client/legacy-styles/forms.less
2016-05-19 13:22:05 -04:00
Michael Abashian
da7d77eb08
Survey textarea should have Form-textArea class. Fixed various extra vars bugs dealing with code mirror.
2016-05-19 10:51:35 -04:00
Akita Noek
aa9a4925b0
Fix annoying warning message related to license info not loading appropriately
...
Log it into the console though.
This shouldn't be necessary after #1763 lands, but isn't a bad thing to
be doing in general.
2016-05-19 10:03:42 -04:00
Michael Abashian
c31f53517c
Fixed various bugs dealing with styling of inputs, prompting for variables and converting extra vars from yaml/json and vice-versa.
2016-05-18 16:55:14 -04:00
Akita Noek
58f142e2e6
Update user add/edit UI to support System Auditor setting
...
Also moved the LDAP indicator to be inline with the mockups (bubble next
to the uesrname in the upper left)
#1937
#1888
2016-05-18 16:08:36 -04:00
Ken Hoes
6ca8b37614
Confirm/proceed action on right, cancel on left
2016-05-18 15:28:10 -04:00
Michael Abashian
365fc31f5b
Merge pull request #1964 from mabashian/activity-stream
...
Turned the activity stream button into a toggle
2016-05-18 14:46:03 -04:00
Michael Abashian
526a1482b1
Need to check for this attributes existence before trying to use it
2016-05-18 14:33:16 -04:00
Akita Noek
70f561c895
Make tab skip over 'SHOW' buttons next to sensitive / password prompts
2016-05-18 13:53:21 -04:00
kensible
d7eeedec91
Merge pull request #1927 from kensible/1845-1907-userPassAndDirectUrl
...
Password fields one line, direct URL access for User edit
2016-05-18 12:38:42 -04:00
Michael Abashian
ecf8d8765d
Turned the activity stream button into a toggle. Removed the dashboard icon that was shown when a state does not have an activity stream.
2016-05-18 11:24:07 -04:00
Michael Abashian
4eeea9ab0d
Removed urls declaration - this bug was fixed upstream
2016-05-17 15:55:43 -04:00
Michael Abashian
d1e6a3323d
Job launch ui overhaul
2016-05-17 15:50:56 -04:00
John Mitchell
9d1a3e065a
styling fixes to dashboard and tag search
2016-05-17 14:24:12 -04:00
Akita Noek
e9ea791a85
Brand that cow!
2016-05-17 11:47:49 -04:00
Akita Noek
9026d02be2
Fixed our beloved cow
2016-05-17 11:06:58 -04:00
Akita Noek
a532e63539
Merge pull request #1931 from anoek/1919
...
Implemented team role removal
2016-05-16 16:25:45 -04:00
Akita Noek
2c652a7375
Typo
2016-05-16 16:14:53 -04:00
Akita Noek
a828e8b005
Implemented team role removal
...
Also threw in the little fa-users icon when it's a permission coming from a team
#1919
2016-05-16 15:21:04 -04:00
Akita Noek
f1e92719e7
Merge pull request #1923 from anoek/1791
...
Hide AS/Dashboard button for basic licenses
2016-05-16 14:54:58 -04:00
Shane McDonald
dfa85dbbd2
Merge pull request #1896 from shanemcd/expiration-date
...
*Really* display correct expiration date on license page.
2016-05-16 14:43:45 -04:00
jlmitch5
3bb407b39c
Merge pull request #1911 from jlmitch5/addUsersOrg
...
modal to add users and admins to organizations
2016-05-16 14:21:06 -04:00
John Mitchell
4c1b25ea58
allow basepath to contain query parameter when adding search tags
2016-05-16 14:20:19 -04:00
John Mitchell
18e3552c86
make org related lists searchable on the correct base
2016-05-16 13:45:34 -04:00
Ken Hoes
cc583882ee
Password fields one line, direct URL access for User edit
2016-05-16 11:31:58 -04:00
kensible
b9d654690a
Merge pull request #1891 from kensible/1830-credentialsAudit
...
Credential UX audit cleanup
2016-05-16 11:17:09 -04:00
Akita Noek
01e01fdb82
Hide AS/Dashboard button for basic licenses
...
#1791
2016-05-16 10:28:40 -04:00
Ken Hoes
7361b8cef3
Fixed unrelated jshint errors
2016-05-16 09:44:11 -04:00
John Mitchell
1bedc5dacc
modal to add users and admins to organizations
2016-05-13 10:58:36 -04:00
Leigh
89bd66f1f6
Schedules - audit, bugs, allow HH:MM:SS end time granularity ( #1857 )
...
* cleanup unused code artifacts #1851
* fix bug found during audit where empty extra_data was being POSTd as null, #1593
* cleanup schedule helper #1851 , update angular-scheduler dependency, automatically set end dt to start dt + 1 day in schedule > add, add hh:mm:ss end date grandularity, resolves #1758 , resolves #1856 '
* clean up dead schedule dependencies #1851
* fix extra vars in schedule > edit view, fix munge of nested yaml, resolves #1547
squash
* update angular-scheduler to v0.0.19
* re-add ng-toast dependency to bower manifest
2016-05-13 10:43:07 -04:00
Ken Hoes
86b7d08b58
PR feedback fixes
2016-05-12 10:04:09 -04:00
Leigh
b053780326
fix error adhoc command error, resolves #1800 ( #1900 )
2016-05-12 09:31:46 -04:00
Leigh
03bdf0b1aa
Add aw-tool-tip directive to Form > Add disabled tabs, clean up forms
2016-05-12 09:26:54 -04:00
Jared Tabor
5a3e384716
Disabling notifications for manual inv sources
2016-05-11 17:36:04 -04:00
Shane McDonald
468c63f584
*Really* display correct expiration date on license page.
...
calcDaysRemaining has recently been updated to return a string (`${duration} Days`) and calcExpiresOn was getting confused.
This change feels a little hacky but it gets the job done. I'm open to other suggestions if anyone has them.
2016-05-11 17:19:02 -04:00
Ken Hoes
9250034f26
Added copy in for host tool tips
2016-05-11 14:25:34 -04:00
kensible
2bb612afbb
Merge pull request #1864 from kensible/1339-safariFixes
...
Fixing flex layout issue w/ Safari
2016-05-11 11:03:36 -04:00
Ken Hoes
094b696fdc
Credential UX audit cleanup
2016-05-11 11:01:07 -04:00
John Mitchell
1f31a49cbb
fix of text color of menu bar
2016-05-11 10:55:35 -04:00
Shane McDonald
8aa7c604a4
Display correct time remaining on license page
2016-05-11 09:39:26 -04:00
Jared Tabor
9dcdad9923
Merge pull request #1887 from jaredevantabor/related-search
...
Fixing related tab empty list styling
2016-05-10 16:29:07 -04:00
Leigh
a9c89cd38c
fix Jobs List audit work items #1141 ( #1866 )
2016-05-10 16:27:38 -04:00
Leigh
74fffce7af
update job detail elapsed time on job event socket msgs, resolves #1559 ( #1885 )
2016-05-10 16:27:28 -04:00
Jared Tabor
ac2e334186
Fixing related tab empty list styling
2016-05-10 16:04:11 -04:00
Leigh
7a0ea53211
Portal Mode UX / product audit items ( #1867 )
...
* finish Portal mode audit work items, resolves #1832 , tracking #1335
* remove $state from injected dependencies #1872
2016-05-10 13:00:39 -04:00
John Mitchell
57e24551b6
fix color of active menu bar text
2016-05-10 11:50:30 -04:00