diff options
author | Grégoire Aubert <gregoire.aubert@sonarsource.com> | 2017-07-24 09:21:22 +0200 |
---|---|---|
committer | Grégoire Aubert <gregoire.aubert@sonarsource.com> | 2017-07-24 09:21:22 +0200 |
commit | 1c1b3bb5715b9308185e313effe8a2f91a940433 (patch) | |
tree | 573758863bef6ada2be531fc9c8bdb927e0bc783 /server | |
parent | fcd747a0cbaf7e76c71e840ae207e7b0355a6a68 (diff) | |
parent | 1b9c1f105c34d97090bbd4966105ea132b17c3dc (diff) | |
download | sonarqube-1c1b3bb5715b9308185e313effe8a2f91a940433.tar.gz sonarqube-1c1b3bb5715b9308185e313effe8a2f91a940433.zip |
Merge remote-tracking branch 'origin/branch-6.5'
Diffstat (limited to 'server')
-rw-r--r-- | server/sonar-web/src/main/js/apps/overview/components/OverviewApp.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/apps/overview/components/OverviewApp.js b/server/sonar-web/src/main/js/apps/overview/components/OverviewApp.js index 79ab68e793c..a3e7da3c2f3 100644 --- a/server/sonar-web/src/main/js/apps/overview/components/OverviewApp.js +++ b/server/sonar-web/src/main/js/apps/overview/components/OverviewApp.js @@ -32,9 +32,10 @@ import { getMeasuresAndMeta } from '../../../api/measures'; import { getAllTimeMachineData } from '../../../api/time-machine'; import { enhanceMeasuresWithMetrics } from '../../../helpers/measures'; import { getLeakPeriod } from '../../../helpers/periods'; +import { TooltipsContainer } from '../../../components/mixins/tooltips-mixin'; import { getCustomGraph, getGraph } from '../../../helpers/storage'; import { METRICS, HISTORY_METRICS_LIST } from '../utils'; -import { DEFAULT_GRAPH, getDisplayedHistoryMetrics } from '../../projectActivity/utils'; +import { getDisplayedHistoryMetrics } from '../../projectActivity/utils'; import type { Component, History, MeasuresList, Period } from '../types'; import '../styles.css'; |