mirror of
https://github.com/optim-enterprises-bv/OptimCloud-gw-ui.git
synced 2025-11-02 11:17:46 +00:00
Merge pull request #33 from stephb9959/feature/32-statistics
Feature/32 statistics
This commit is contained in:
@@ -4,7 +4,7 @@ import { CFooter } from '@coreui/react';
|
||||
const TheFooter = () => (
|
||||
<CFooter fixed={false}>
|
||||
<div>
|
||||
Version 0.0.1
|
||||
Version 0.0.2
|
||||
</div>
|
||||
<div className="mfs-auto">
|
||||
<span className="mr-1">Powered by</span>
|
||||
|
||||
@@ -128,7 +128,8 @@ const WifiScanModal = ({ show, toggleModal }) => {
|
||||
color='primary'
|
||||
defaultChecked={choseVerbose}
|
||||
onClick={() => toggleVerbose()}
|
||||
label='Verbose'
|
||||
labelOn='On'
|
||||
labelOff='Off'
|
||||
/>
|
||||
</CForm>
|
||||
</CRow>
|
||||
|
||||
Reference in New Issue
Block a user