From: Lenz Grimmer Date: Tue, 23 Oct 2018 06:48:54 +0000 (+0200) Subject: Merge pull request #24699 from rhcs-dashboard/add-tslint-rule X-Git-Tag: 3.2-0~135 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=087958f329536339bddc258b8a6ae616a527747e;p=ceph-ci.git Merge pull request #24699 from rhcs-dashboard/add-tslint-rule mgr/dashboard: Add TSLint rule "no-unused-variable" Reviewed-by: Ernesto Puerta Reviewed-by: Tiago Melo --- 087958f329536339bddc258b8a6ae616a527747e diff --cc src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-list.component.ts index 472b8795c3b,ccf2a748871..014ecc447a5 --- a/src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-list.component.ts +++ b/src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-list.component.ts @@@ -1,8 -1,7 +1,7 @@@ import { Component, Input, OnChanges, OnInit, TemplateRef, ViewChild } from '@angular/core'; - import * as _ from 'lodash'; import * as moment from 'moment'; -import { BsModalRef, BsModalService } from 'ngx-bootstrap'; +import { BsModalRef, BsModalService } from 'ngx-bootstrap/modal'; import { of } from 'rxjs'; import { RbdService } from '../../../shared/api/rbd.service';