Commit 6b421b80 by Johannes Schill Committed by Daniel Lee

dashfolders: Fix page max width #10275

parent c3664e1d
...@@ -33,8 +33,10 @@ export class FolderPermissions extends Component<IContainerProps, any> { ...@@ -33,8 +33,10 @@ export class FolderPermissions extends Component<IContainerProps, any> {
return ( return (
<div> <div>
<PageHeader model={nav as any} /> <PageHeader model={nav as any} />
<div className="page-container page-body">
<Permissions isFolder={true} error="" newType="" dashboardId={1} backendSrv={this.props.backendSrv} /> <Permissions isFolder={true} error="" newType="" dashboardId={1} backendSrv={this.props.backendSrv} />
</div> </div>
</div>
); );
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment