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',
title: 'Upload DLock Data',
url: '/upload-dlock-data',
title: 'DLock',
url: '/dlock',
component: UploadDLockData,
},
];

View File

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