1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 08:21:15 +03:00

Fix UX items related to Project form

This commit is contained in:
Marliana Lara 2017-07-26 12:37:38 -04:00
parent 963ded4594
commit 08f3d95926
2 changed files with 3 additions and 3 deletions

View File

@ -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;

View File

@ -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,