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