Use new class names #13425

This commit is contained in:
Johannes Schill
2018-10-10 11:46:20 +02:00
parent e20fa1ba70
commit 9afcef985c
2 changed files with 2 additions and 2 deletions

View File

@@ -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>

View File

@@ -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>