mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 18:40:01 -03:30
AC-308 Fixed the Remove Host from Group dialog message to be more explicit regarding how Remove works.
This commit is contained in:
parent
e5aeefa43d
commit
7ff5d6f300
@ -385,7 +385,8 @@ angular.module('HostsHelper', [ 'RestServices', 'Utilities', 'ListGenerator', 'H
|
||||
}
|
||||
else {
|
||||
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';
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user