]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard: Remove useless code 23911/head
authorVolker Theile <vtheile@suse.com>
Tue, 4 Sep 2018 14:22:26 +0000 (16:22 +0200)
committerVolker Theile <vtheile@suse.com>
Tue, 4 Sep 2018 14:24:08 +0000 (16:24 +0200)
Signed-off-by: Volker Theile <vtheile@suse.com>
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-user-form/rgw-user-form.component.ts

index 8623351791de6104ff097b152e3056b677e349d5..50bb1194d95a2e9c127330599d526dace7f0c198 100644 (file)
@@ -1,5 +1,5 @@
 import { Component, OnInit } from '@angular/core';
-import { AbstractControl, AsyncValidatorFn, ValidationErrors, Validators } from '@angular/forms';
+import { AbstractControl, ValidationErrors, Validators } from '@angular/forms';
 import { ActivatedRoute, Router } from '@angular/router';
 
 import * as _ from 'lodash';