Added settings section and custom cron scheduling

This commit is contained in:
Henry Whitaker
2020-05-19 01:08:35 +01:00
parent e889a4f487
commit 2a5fd76c42
14 changed files with 288 additions and 11 deletions

View File

@@ -5,6 +5,7 @@ import LatestResults from '../Graphics/LatestResults';
import Footer from './Footer';
import DataRow from '../Data/DataRow';
import TestsTable from '../Graphics/TestsTable';
import Settings from './Settings';
export default class HomePage extends Component {
@@ -15,6 +16,7 @@ export default class HomePage extends Component {
<LatestResults />
<HistoryGraph />
<TestsTable />
<Settings />
<DataRow />
</div>
<Footer />