mirror of https://github.com/openspug/spug
fix issues
parent
44d489c123
commit
513a92504e
|
@ -14,7 +14,7 @@ import LoginActive from './LoginActive';
|
||||||
class HomeIndex extends React.Component {
|
class HomeIndex extends React.Component {
|
||||||
render() {
|
render() {
|
||||||
return (
|
return (
|
||||||
<AuthDiv auth="home.home.view">
|
<AuthDiv auth="dashboard.dashboard.view">
|
||||||
<StatisticsCard/>
|
<StatisticsCard/>
|
||||||
<AlarmTrend/>
|
<AlarmTrend/>
|
||||||
<Row style={{marginTop: 20}}>
|
<Row style={{marginTop: 20}}>
|
||||||
|
|
Loading…
Reference in New Issue