theforeman/foreman

View on GitHub
webpack/assets/javascripts/react_app/components/HostDetails/Tabs/ReportsTab/helpers.js

Summary

Maintainability
A
1 hr
Test Coverage

Function getColumns has 41 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export const getColumns = (fetchReports, origin) => {
  const columns = [
    {
      title: __('Reported at'),
      formatter: reportToShowFormatter,

    There are no issues that match your filters.

    Category
    Status