mirror of
https://github.com/ansible/awx.git
synced 2026-05-17 14:27:42 -02:30
reformats long string, removes unneeded key
This commit is contained in:
@@ -179,7 +179,8 @@ function InventoryRelatedGroupList({ i18n }) {
|
|||||||
<ToolbarItem>
|
<ToolbarItem>
|
||||||
<Tooltip
|
<Tooltip
|
||||||
content={i18n._(
|
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"
|
position="top"
|
||||||
key="adhoc"
|
key="adhoc"
|
||||||
@@ -228,7 +229,6 @@ function InventoryRelatedGroupList({ i18n }) {
|
|||||||
emptyStateControls={
|
emptyStateControls={
|
||||||
canAdd && (
|
canAdd && (
|
||||||
<AddDropdown
|
<AddDropdown
|
||||||
key="associate"
|
|
||||||
onAddExisting={() => setIsModalOpen(true)}
|
onAddExisting={() => setIsModalOpen(true)}
|
||||||
onAddNew={() => history.push(addFormUrl)}
|
onAddNew={() => history.push(addFormUrl)}
|
||||||
newTitle={i18n._(t`Add new group`)}
|
newTitle={i18n._(t`Add new group`)}
|
||||||
|
|||||||
Reference in New Issue
Block a user