Sha256: f62993d93c25b2cea0c050300d547a7456f81de0e8285700f4f098e958b4f1c2

Contents?: true

Size: 423 Bytes

Versions: 91

Compression:

Stored size: 423 Bytes

Contents

export const TASKS_DONUT_CHART_FOCUSED_ON_OPTIONS = {
  NORMAL: 'normal', // normal-mode
  TOTAL: 'total', // total-mode
  LAST: 'last', // last X mode
  OLDER: 'older', // older then X mode
  NONE: 'none', // unfocus-mode: another card is selected
};

export const TASKS_DONUT_CHART_FOCUSED_ON_OPTIONS_ARRAY = Object.values(
  TASKS_DONUT_CHART_FOCUSED_ON_OPTIONS
);

export const COLLOR_PATTERN = ['#C315C7', '#0089C9'];

Version data entries

91 entries across 91 versions & 1 rubygems

Version Path
foreman-tasks-0.16.1 webpack/ForemanTasks/Components/TasksDashboard/Components/TasksCardsGrid/Components/TasksDonutChart/TasksDonutChartConstants.js
foreman-tasks-0.17.0 webpack/ForemanTasks/Components/TasksDashboard/Components/TasksCardsGrid/Components/TasksDonutChart/TasksDonutChartConstants.js
foreman-tasks-0.15.9 webpack/ForemanTasks/Components/TasksDashboard/Components/TasksCardsGrid/Components/TasksDonutChart/TasksDonutChartConstants.js
foreman-tasks-0.15.8 webpack/ForemanTasks/Components/TasksDashboard/Components/TasksCardsGrid/Components/TasksDonutChart/TasksDonutChartConstants.js
foreman-tasks-0.15.7 webpack/ForemanTasks/Components/TasksDashboard/Components/TasksCardsGrid/Components/TasksDonutChart/TasksDonutChartConstants.js
foreman-tasks-0.16.0 webpack/ForemanTasks/Components/TasksDashboard/Components/TasksCardsGrid/Components/TasksDonutChart/TasksDonutChartConstants.js
foreman-tasks-0.15.6 webpack/ForemanTasks/Components/TasksDashboard/Components/TasksCardsGrid/Components/TasksDonutChart/TasksDonutChartConstants.js
foreman-tasks-0.15.5 webpack/ForemanTasks/Components/TasksDashboard/Components/TasksCardsGrid/Components/TasksDonutChart/TasksDonutChartConstants.js
foreman-tasks-0.15.4 webpack/ForemanTasks/Components/TasksDashboard/Components/TasksCardsGrid/Components/TasksDonutChart/TasksDonutChartConstants.js
foreman-tasks-0.15.3 webpack/ForemanTasks/Components/TasksDashboard/Components/TasksCardsGrid/Components/TasksDonutChart/TasksDonutChartConstants.js
foreman-tasks-0.15.2 webpack/ForemanTasks/Components/TasksDashboard/Components/TasksCardsGrid/Components/TasksDonutChart/TasksDonutChartConstants.js