Add door lock charges screen #3

Merged
bilal.catic merged 12 commits from add-door-lock-charges-screen into master 2019-05-28 13:38:44 +02:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit e5c5a6384a - Show all commits

View File

@@ -10,8 +10,8 @@ export const mainMenuItems = [
}, },
{ {
id: 'uploadDLockData', id: 'uploadDLockData',
title: 'Upload DLock Data', title: 'DLock',
url: '/upload-dlock-data', url: '/dlock',
component: UploadDLockData, component: UploadDLockData,
}, },
]; ];

View File

@@ -27,7 +27,7 @@ class Home extends Component {
type="date" type="date"
/> />
</Form.Group> </Form.Group>
<Form.Button>Generate Report</Form.Button> <Form.Button>Show report</Form.Button>
</Form> </Form>
</Container> </Container>
); );