]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard: Cleanup code 32031/head
authorVolker Theile <vtheile@suse.com>
Thu, 5 Dec 2019 14:06:54 +0000 (15:06 +0100)
committerVolker Theile <vtheile@suse.com>
Thu, 5 Dec 2019 14:06:54 +0000 (15:06 +0100)
Signed-off-by: Volker Theile <vtheile@suse.com>
src/pybind/mgr/dashboard/frontend/src/app/shared/components/select-badges/select-badges.component.ts

index bbf0a43a0ba70a197405872efd80307735add11a..5348a5d5973bc77a875706e1f273fa3da976e416 100644 (file)
@@ -2,7 +2,6 @@ import { Component, EventEmitter, Input, Output, ViewChild } from '@angular/core
 import { ValidatorFn } from '@angular/forms';
 
 import { I18n } from '@ngx-translate/i18n-polyfill';
-import * as _ from 'lodash';
 
 import { Icons } from '../../../shared/enum/icons.enum';
 import { SelectMessages } from '../select/select-messages.model';