mirror of
https://github.com/ansible/awx.git
synced 2026-05-08 09:57:35 -02:30
Fixed login dialog so that it now submits when Enter pressed in password field. Fixed more button more button labels.
This commit is contained in:
@@ -154,7 +154,8 @@ angular.module('JobFormDefinition', [])
|
||||
type: 'textarea',
|
||||
readonly: true,
|
||||
rows: 10,
|
||||
class: 'span12'
|
||||
class: 'span12',
|
||||
ngShow: "result_traceback != ''"
|
||||
}
|
||||
},
|
||||
|
||||
@@ -169,7 +170,7 @@ angular.module('JobFormDefinition', [])
|
||||
},
|
||||
summary: {
|
||||
label: 'Hosts',
|
||||
icon: 'icon-filter',
|
||||
icon: 'icon-th-large',
|
||||
ngClick: "jobSummary()",
|
||||
class: 'btn-info btn-small',
|
||||
awToolTip: 'View host summary',
|
||||
@@ -180,7 +181,7 @@ angular.module('JobFormDefinition', [])
|
||||
icon: 'icon-list-ul',
|
||||
ngClick: "jobEvents()",
|
||||
class: 'btn-info btn-small',
|
||||
awToolTip: 'View job events',
|
||||
awToolTip: 'Edit job events',
|
||||
mode: 'all',
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user