update ipmi page not fin
This commit is contained in:
@@ -17,6 +17,7 @@ import ActionLinkAdd from './containers/AdminPage/ActionLinkAdd';
|
||||
import IPCam from './containers/AdminPage/IPCam';
|
||||
import Wristband from './containers/AdminPage/Wristband';
|
||||
import ModbusPreview from './containers/AdminPage/ModbusPreview';
|
||||
import ServerPage from './containers/AdminPage/Server';
|
||||
|
||||
const Routes = (
|
||||
<Route path="/admin" component={AdminPage}>
|
||||
@@ -36,6 +37,7 @@ const Routes = (
|
||||
<Route path="modbuslog" component={ModbusLog} />
|
||||
<Route path="ipcam" component={IPCam} />
|
||||
<Route path="wristband" component={Wristband} />
|
||||
<Route path="server" component={ServerPage} />
|
||||
</Route>
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user