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:
Chris Houseknecht
2014-04-07 18:14:10 -04:00
parent 78e208dcdb
commit bcbc7ed7ac
4 changed files with 118 additions and 84 deletions

View File

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