From: Patrick Nawracay Date: Tue, 30 Oct 2018 13:57:49 +0000 (+0100) Subject: mgr/dashboard: Cleanup imports X-Git-Tag: 3.2-0~35^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=823ffc30a603ce6fd761af542acf899fbe8a635f;p=ceph-ci.git mgr/dashboard: Cleanup imports Signed-off-by: Patrick Nawracay --- diff --git a/src/pybind/mgr/dashboard/frontend/src/app/shared/components/grafana/grafana.component.ts b/src/pybind/mgr/dashboard/frontend/src/app/shared/components/grafana/grafana.component.ts index 2b3c044f1ea..00fd332981a 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/shared/components/grafana/grafana.component.ts +++ b/src/pybind/mgr/dashboard/frontend/src/app/shared/components/grafana/grafana.component.ts @@ -3,9 +3,9 @@ import { Component, Input, OnChanges, OnInit } from '@angular/core'; import { DomSanitizer } from '@angular/platform-browser'; import { SafeUrl } from '@angular/platform-browser'; -import { SettingsService } from '../../../shared/api/settings.service'; -import { CephReleaseNamePipe } from '../../../shared/pipes/ceph-release-name.pipe'; -import { SummaryService } from '../../../shared/services/summary.service'; +import { SettingsService } from '../../api/settings.service'; +import { CephReleaseNamePipe } from '../../pipes/ceph-release-name.pipe'; +import { SummaryService } from '../../services/summary.service'; @Component({ selector: 'cd-grafana',