mirror of
https://github.com/ansible/awx.git
synced 2026-03-27 22:05:07 -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:
@@ -21,7 +21,7 @@ angular.module('JobEventFormDefinition', [])
|
||||
readonly: true,
|
||||
class: 'span2'
|
||||
},
|
||||
event: {
|
||||
event_display: {
|
||||
label: 'Event',
|
||||
type: 'text',
|
||||
readonly: true
|
||||
|
||||
@@ -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