mirror of
https://github.com/ansible/awx.git
synced 2026-01-22 15:08:03 -03:30
reformats long string, removes unneeded key
This commit is contained in:
parent
f604065246
commit
b919d4885c
@ -179,7 +179,8 @@ function InventoryRelatedGroupList({ i18n }) {
|
||||
<ToolbarItem>
|
||||
<Tooltip
|
||||
content={i18n._(
|
||||
t`Select an inventory source by clicking the check box beside it. The inventory source can be a single host or a selection of multiple hosts.`
|
||||
t`Select an inventory source by clicking the check box beside it.
|
||||
The inventory source can be a single host or a selection of multiple hosts.`
|
||||
)}
|
||||
position="top"
|
||||
key="adhoc"
|
||||
@ -228,7 +229,6 @@ function InventoryRelatedGroupList({ i18n }) {
|
||||
emptyStateControls={
|
||||
canAdd && (
|
||||
<AddDropdown
|
||||
key="associate"
|
||||
onAddExisting={() => setIsModalOpen(true)}
|
||||
onAddNew={() => history.push(addFormUrl)}
|
||||
newTitle={i18n._(t`Add new group`)}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user