dashfolders: select with description for permissions

The dropdown for selecting permission is a new component built on
react-select that includes a description for the permission for
every option in the select.
This commit is contained in:
Daniel Lee
2018-01-29 13:56:12 +01:00
parent a7fba593df
commit 5ee2d1de05
9 changed files with 150 additions and 45 deletions

View File

@@ -142,7 +142,7 @@ class Permissions extends Component<IProps, any> {
</div>
) : null}
</div>
<div className="empty-list-cta m-t-3">
{/* <div className="empty-list-cta m-t-3">
<div className="grafana-info-box">
<h5>What are Permissions?</h5>
<p>
@@ -157,7 +157,7 @@ class Permissions extends Component<IProps, any> {
</a>{' '}
for more information.
</div>
</div>
</div> */}
</div>
);
}