mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Use new class names #13425
This commit is contained in:
@@ -121,7 +121,7 @@ class AddPermissions extends Component<Props, NewDashboardAclItem> {
|
|||||||
optionsWithDesc={dashboardPermissionLevels}
|
optionsWithDesc={dashboardPermissionLevels}
|
||||||
onSelected={this.onPermissionChanged}
|
onSelected={this.onPermissionChanged}
|
||||||
disabled={false}
|
disabled={false}
|
||||||
className={'gf-form-input--form-dropdown-right'}
|
className={'gf-form-select2__control--menu-right'}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ export default class DisabledPermissionListItem extends Component<Props, any> {
|
|||||||
optionsWithDesc={dashboardPermissionLevels}
|
optionsWithDesc={dashboardPermissionLevels}
|
||||||
onSelected={() => {}}
|
onSelected={() => {}}
|
||||||
disabled={true}
|
disabled={true}
|
||||||
className={'gf-form-input--form-dropdown-right'}
|
className={'gf-form-select2__control--menu-right'}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
|
|||||||
Reference in New Issue
Block a user