Project

General

Profile

« Previous | Next » 

Revision 94943dad

Added by Walden Raines almost 6 years ago

Fixes #23922: make spinner adhere to pf.

Make the spinner adhere to patternfly best practices by centering
it and by including the word "Loading". This commit introduces a
LoadingState component that should be moved to patternfly-react
in the future.

http://projects.theforeman.org/issues/23922

View differences:

webpack/scenes/Subscriptions/UpstreamSubscriptions/__tests__/__snapshots__/UpstreamSubscriptionsPage.test.js.snap
<h1>
Add Subscriptions
</h1>
<Spinner
className="small-spacer"
inline={false}
inverse={false}
<LoadingState
loading={false}
size="md"
loadingText="Loading"
>
<Row
bsClass="row"
......
</LinkContainer>
</Col>
</Row>
</Spinner>
</LoadingState>
</Grid>
`;

Also available in: Unified diff