mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 18:09:57 -03:30
remove snapshots
This commit is contained in:
parent
4acae40d4a
commit
2143b60ebf
File diff suppressed because it is too large
Load Diff
@ -1,116 +0,0 @@
|
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`<ToolbarDeleteButton /> should render button 1`] = `
|
||||
<ToolbarDeleteButton
|
||||
cannotDelete={[Function]}
|
||||
itemsToDelete={Array []}
|
||||
onDelete={[Function]}
|
||||
pluralizedItemName="Items"
|
||||
warningMessage={null}
|
||||
>
|
||||
<Tooltip
|
||||
content="Select a row to delete"
|
||||
position="top"
|
||||
>
|
||||
<Popper
|
||||
appendTo={[Function]}
|
||||
distance={15}
|
||||
enableFlip={true}
|
||||
flipBehavior={
|
||||
Array [
|
||||
"top",
|
||||
"right",
|
||||
"bottom",
|
||||
"left",
|
||||
"top",
|
||||
"right",
|
||||
"bottom",
|
||||
]
|
||||
}
|
||||
isVisible={false}
|
||||
onBlur={[Function]}
|
||||
onDocumentClick={false}
|
||||
onDocumentKeyDown={[Function]}
|
||||
onFocus={[Function]}
|
||||
onMouseEnter={[Function]}
|
||||
onMouseLeave={[Function]}
|
||||
onTriggerEnter={[Function]}
|
||||
placement="top"
|
||||
popper={
|
||||
<div
|
||||
className="pf-c-tooltip"
|
||||
id="pf-tooltip-1"
|
||||
role="tooltip"
|
||||
style={
|
||||
Object {
|
||||
"maxWidth": null,
|
||||
"opacity": 0,
|
||||
"transition": "opacity 300ms cubic-bezier(.54, 1.5, .38, 1.11)",
|
||||
}
|
||||
}
|
||||
>
|
||||
<TooltipArrow />
|
||||
<TooltipContent
|
||||
isLeftAligned={false}
|
||||
>
|
||||
Select a row to delete
|
||||
</TooltipContent>
|
||||
</div>
|
||||
}
|
||||
popperMatchesTriggerWidth={false}
|
||||
positionModifiers={
|
||||
Object {
|
||||
"bottom": "pf-m-bottom",
|
||||
"left": "pf-m-left",
|
||||
"right": "pf-m-right",
|
||||
"top": "pf-m-top",
|
||||
}
|
||||
}
|
||||
trigger={
|
||||
<div>
|
||||
<Button
|
||||
aria-label="Delete"
|
||||
isDisabled={true}
|
||||
isLoading={false}
|
||||
onClick={[Function]}
|
||||
variant="secondary"
|
||||
>
|
||||
Delete
|
||||
</Button>
|
||||
</div>
|
||||
}
|
||||
zIndex={9999}
|
||||
>
|
||||
<FindRefWrapper
|
||||
onFoundRef={[Function]}
|
||||
>
|
||||
<div>
|
||||
<Button
|
||||
aria-label="Delete"
|
||||
isDisabled={true}
|
||||
isLoading={false}
|
||||
onClick={[Function]}
|
||||
variant="secondary"
|
||||
>
|
||||
<button
|
||||
aria-disabled={true}
|
||||
aria-label="Delete"
|
||||
className="pf-c-button pf-m-secondary pf-m-disabled pf-m-progress"
|
||||
data-ouia-component-id="OUIA-Generated-Button-secondary-1"
|
||||
data-ouia-component-type="PF4/Button"
|
||||
data-ouia-safe={true}
|
||||
disabled={true}
|
||||
onClick={[Function]}
|
||||
role={null}
|
||||
tabIndex={null}
|
||||
type="button"
|
||||
>
|
||||
Delete
|
||||
</button>
|
||||
</Button>
|
||||
</div>
|
||||
</FindRefWrapper>
|
||||
</Popper>
|
||||
</Tooltip>
|
||||
</ToolbarDeleteButton>
|
||||
`;
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user