mirror of
https://github.com/ceph/ceph
synced 2025-02-18 16:37:41 +00:00
mgr/dashboard: Fix problem with ErasureCodeProfileService
ErasureCodeProfileService was being provided twice and that was causing problems in production mode. Fixes: https://tracker.ceph.com/issues/36544 Signed-off-by: Tiago Melo <tmelo@suse.com>
This commit is contained in:
parent
98fc7ebc99
commit
f775e9844c
@ -6,7 +6,6 @@ import { ApiModule } from './api.module';
|
||||
@Injectable({
|
||||
providedIn: ApiModule
|
||||
})
|
||||
@Injectable()
|
||||
export class ErasureCodeProfileService {
|
||||
constructor(private http: HttpClient) {}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user