ManageIQ/manageiq-ui-classic

View on GitHub
app/javascript/components/reconfigure-vm-form/reconfigure-form.schema.js

Summary

Maintainability
A
1 hr
Test Coverage

Function createSchema has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export const createSchema = (recordId, data, setData, roles, options, memory, onCellClick, buttonClick) => {
  let formFields;

  switch (data.form.type) {
    case TYPES.DISK:

There are no issues that match your filters.

Category
Status