From: Tatjana Dehler Date: Fri, 13 Sep 2019 10:20:55 +0000 (+0200) Subject: mgr/dashboard: remove BsDatepickerModule import X-Git-Tag: v15.1.0~489^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=0327a12db19eb7fde02bbe63738d53e4e08fc9ec;p=ceph.git mgr/dashboard: remove BsDatepickerModule import Remove the import because it's imported twice. Signed-off-by: Tatjana Dehler --- diff --git a/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/cluster.module.ts b/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/cluster.module.ts index 4a11c8e63bc..ba98a8683f5 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/cluster.module.ts +++ b/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/cluster.module.ts @@ -79,7 +79,6 @@ import { ServicesComponent } from './services/services.component'; MgrModulesModule, TypeaheadModule.forRoot(), TimepickerModule.forRoot(), - BsDatepickerModule.forRoot(), NgBootstrapFormValidationModule, CephSharedModule ],