mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
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:
@@ -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>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user