Job Event detail is now displayed in a modal dialog. Inside all modal dialogs displaying a form, reduced amount of space given to field labels and expanded amount of space given to text area fields.

This commit is contained in:
chouseknecht
2013-06-19 13:03:17 -04:00
parent 11e16dfdfc
commit 6b8deab753
9 changed files with 110 additions and 41 deletions

View File

@@ -53,7 +53,8 @@ angular.module('ansible', [
'GroupsHelper',
'HostsHelper',
'ParseHelper',
'ChildrenHelper'
'ChildrenHelper',
'EventsHelper'
])
.config(['$routeProvider', function($routeProvider) {
$routeProvider.