theforeman/foreman

View on GitHub
webpack/assets/javascripts/react_app/routes/Models/ModelsPage/index.js

Summary

Maintainability
A
1 hr
Test Coverage

Function ModelsPage has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const ModelsPage = () => {
  const columns = {
    name: {
      title: __('Name'),
      wrapper: ({ can_edit: canEdit, id, name }) =>

    There are no issues that match your filters.

    Category
    Status