Quellcode durchsuchen

Use new class names #13425

Johannes Schill vor 7 Jahren
Ursprung
Commit
9afcef985c

+ 1 - 1
public/app/core/components/PermissionList/AddPermission.tsx

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

+ 1 - 1
public/app/core/components/PermissionList/DisabledPermissionListItem.tsx

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