|
|
@ -281,7 +281,7 @@ class DefaultLayout extends Component { |
|
|
|
<button className='sidebar-minimizer mt-auto' type='button' onClick={this.toggleMinimized}> |
|
|
|
<button className='sidebar-minimizer mt-auto' type='button' onClick={this.toggleMinimized}> |
|
|
|
</button> |
|
|
|
</button> |
|
|
|
</AppSidebar> |
|
|
|
</AppSidebar> |
|
|
|
) : null } |
|
|
|
) : null} |
|
|
|
<main className="main"> |
|
|
|
<main className="main"> |
|
|
|
{this.state.breadrCrumbReady ? this.getAppBreadcrumb() : null} |
|
|
|
{this.state.breadrCrumbReady ? this.getAppBreadcrumb() : null} |
|
|
|
<Container fluid> |
|
|
|
<Container fluid> |
|
|
|