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