mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 11:00:03 -03:30
Merge pull request #68 from marshmalien/ux/fix/projects
[UX] Fix SCM dropdown text and alertblock css
This commit is contained in:
commit
2a8a178cc5
@ -294,11 +294,10 @@
|
||||
}
|
||||
|
||||
.Form-alertblock {
|
||||
margin: 20px 0;
|
||||
margin: 0;
|
||||
font-size: 12px;
|
||||
width: 100%;
|
||||
padding: 15px;
|
||||
padding-top: 10px;
|
||||
padding: 20px;
|
||||
margin-bottom: 15px;
|
||||
border-radius: 4px;
|
||||
border: 1px solid @login-notice-border;
|
||||
|
||||
@ -55,6 +55,7 @@ export default ['i18n', 'NotificationsList', function(i18n, NotificationsList) {
|
||||
label: i18n._('SCM Type'),
|
||||
type: 'select',
|
||||
class: 'Form-dropDown--scmType',
|
||||
defaultText: 'Choose an SCM Type',
|
||||
ngOptions: 'type.label for type in scm_type_options track by type.value',
|
||||
ngChange: 'scmChange()',
|
||||
required: true,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user