mirror of
https://github.com/henrywhitaker3/Speedtest-Tracker.git
synced 2026-01-04 12:04:54 +01:00
Added settings section and custom cron scheduling
This commit is contained in:
17
resources/js/components/Loader.js
vendored
17
resources/js/components/Loader.js
vendored
@@ -15,6 +15,23 @@ export default class Loader extends Component {
|
||||
}
|
||||
|
||||
render() {
|
||||
if(this.props.small) {
|
||||
return (
|
||||
<Container fluid>
|
||||
<Row className="text-center align-items-center">
|
||||
<Col
|
||||
lg={{ span: 2, offset: 5}}
|
||||
md={{ span: 4, offset: 4}}
|
||||
sm={{ span: 4, offset: 4}}
|
||||
xs={{ span: 12}}
|
||||
>
|
||||
<Spinner animation="grow" size="lg"/>
|
||||
</Col>
|
||||
</Row>
|
||||
</Container>
|
||||
)
|
||||
}
|
||||
|
||||
return (
|
||||
<Container fluid>
|
||||
<Row className="fullscreen text-center align-items-center">
|
||||
|
||||
Reference in New Issue
Block a user