mgr/dashboard: Add TSLint rule "no-unused-variable"
Reviewed-by: Ernesto Puerta <epuertat@redhat.com>
Reviewed-by: Tiago Melo <tmelo@suse.com>
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';