mirror of
https://github.com/ansible/awx.git
synced 2026-05-12 03:47:36 -02:30
Fix for 14924 - Unformatted help text toast message (#14990)
Fix for 14924 - Unformatted help text is popped out when peers for intances are changed Co-authored-by: David O Neill <daoneill@redhat.com>
This commit is contained in:
@@ -191,7 +191,7 @@ function InstancePeerList({ setBreadcrumb }) {
|
|||||||
fetchPeers();
|
fetchPeers();
|
||||||
addToast({
|
addToast({
|
||||||
id: instancesPeerToAssociate,
|
id: instancesPeerToAssociate,
|
||||||
title: t`Peers update on ${instance.hostname}. Please be sure to run the install bundle for ${instance.hostname} again in order to see changes take effect.`,
|
title: t`Please be sure to run the install bundle for the selected instance(s) again in order to see changes take effect.`,
|
||||||
variant: AlertVariant.success,
|
variant: AlertVariant.success,
|
||||||
hasTimeout: true,
|
hasTimeout: true,
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user