mirror of
https://github.com/ansible/awx.git
synced 2026-03-05 02:31: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:
@@ -294,11 +294,10 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.Form-alertblock {
|
.Form-alertblock {
|
||||||
margin: 20px 0;
|
margin: 0;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 15px;
|
padding: 20px;
|
||||||
padding-top: 10px;
|
|
||||||
margin-bottom: 15px;
|
margin-bottom: 15px;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
border: 1px solid @login-notice-border;
|
border: 1px solid @login-notice-border;
|
||||||
|
|||||||
@@ -55,6 +55,7 @@ export default ['i18n', 'NotificationsList', function(i18n, NotificationsList) {
|
|||||||
label: i18n._('SCM Type'),
|
label: i18n._('SCM Type'),
|
||||||
type: 'select',
|
type: 'select',
|
||||||
class: 'Form-dropDown--scmType',
|
class: 'Form-dropDown--scmType',
|
||||||
|
defaultText: 'Choose an SCM Type',
|
||||||
ngOptions: 'type.label for type in scm_type_options track by type.value',
|
ngOptions: 'type.label for type in scm_type_options track by type.value',
|
||||||
ngChange: 'scmChange()',
|
ngChange: 'scmChange()',
|
||||||
required: true,
|
required: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user