diff --git a/awx/ui/client/src/notifications/notificationTemplates.form.js b/awx/ui/client/src/notifications/notificationTemplates.form.js index 8ecfc06eb6..926671bf54 100644 --- a/awx/ui/client/src/notifications/notificationTemplates.form.js +++ b/awx/ui/client/src/notifications/notificationTemplates.form.js @@ -51,7 +51,7 @@ export default function() { type: 'select', addRequired: true, editRequired: true, - class: 'NotificationsForm-typeSelect prepend-asterisk', + class: 'NotificationsForm-typeSelect', ngOptions: 'type.label for type in notification_type_options track by type.value', ngChange: 'typeChange()', hasSubForm: true @@ -144,7 +144,7 @@ export default function() { type: 'textarea', rows: 3, awPopOver: '
Type an option on each line. The pound symbol (#) is not required.
'+ - 'For example:
engineering
\n support
\n',
+ '
For example:
engineering
\n #support
\n',
dataTitle: 'Destination Channels',
dataPlacement: 'right',
dataContainer: "body",
@@ -326,6 +326,11 @@ export default function() {
targets: {
label: 'Destination Channels or Users',
type: 'text',
+ awPopOver: '
Type an option on each line. The pound symbol (#) is not required.
'+ + 'For example:
#support or support
\n @username or username
\n',
+ dataTitle: 'Destination Channels',
+ dataPlacement: 'right',
+ dataContainer: "body",
awRequiredWhen: {
reqExpression: "irc_required",
init: "false"