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/components/SubscriptionsTable/__tests__/__snapshots__/SubscriptionsTable.test.js.snap
exports[`subscriptions table should render a loading state 1`] = `
<div
class="small-spacer spinner spinner-md"
/>
class="loading-state"
>
<div
class="spinner spinner-lg"
/>
<p>
Loading
</p>
</div>
`;
exports[`subscriptions table should render a table 1`] = `

Also available in: Unified diff