mirror of
https://github.com/ansible/awx.git
synced 2026-08-02 19:10:00 -02:30
Fixed password prompting on job submission. Prompting for passwords one at a time was causing Angular to do bad things. Now we prompt for everything in one nicely formatted dialog.
This commit is contained in:
@@ -1078,6 +1078,11 @@ input[type="checkbox"].checkbox-no-label {
|
||||
resize: vertical;
|
||||
}
|
||||
}
|
||||
|
||||
#password-modal .alert-info {
|
||||
margin-top: 0;
|
||||
margin-bottom: 25px;
|
||||
}
|
||||
|
||||
/* Inventory job status badge */
|
||||
.failures-true {
|
||||
|
||||
Reference in New Issue
Block a user