mirror of
https://github.com/ansible/awx.git
synced 2026-01-15 20:00:43 -03:30
Changed notification list header titles from Successful/Failed to Success/Failure
This commit is contained in:
parent
3b6ab4ea5e
commit
f867ed17b4
@ -31,7 +31,7 @@ export default function(){
|
||||
columnClass: 'col-md-4 hidden-sm hidden-xs'
|
||||
},
|
||||
notification_templates_success: {
|
||||
label: 'Successful',
|
||||
label: 'Success',
|
||||
flag: 'notification_templates_success',
|
||||
type: "toggle",
|
||||
ngClick: "toggleNotification($event, notification.id, \"notification_templates_success\")",
|
||||
@ -42,7 +42,7 @@ export default function(){
|
||||
nosort: true,
|
||||
},
|
||||
notification_templates_error: {
|
||||
label: 'Failed',
|
||||
label: 'Failure',
|
||||
columnClass: 'NotifierList-lastColumn',
|
||||
flag: 'notification_templates_error',
|
||||
type: "toggle",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user