mirror of
https://github.com/ansible/awx.git
synced 2026-03-09 05:29:26 -02:30
AC-308 Fixed the Remove Host from Group dialog message to be more explicit regarding how Remove works.
This commit is contained in:
@@ -385,7 +385,8 @@ angular.module('HostsHelper', [ 'RestServices', 'Utilities', 'ListGenerator', 'H
|
|||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
scope['promptHeader'] = 'Remove Host from Group';
|
scope['promptHeader'] = 'Remove Host from Group';
|
||||||
scope['promptBody'] = 'Are you sure you want to remove ' + host_name + ' from the group?';
|
scope['promptBody'] = 'Are you sure you want to remove ' + host_name + ' from the group? ' +
|
||||||
|
host_name + ' will continue to be part of the inventory under All Hosts.';
|
||||||
scope['promptActionBtnClass'] = 'btn-success';
|
scope['promptActionBtnClass'] = 'btn-success';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user