cloudfoundry/stratos

View on GitHub
src/frontend/packages/cloud-foundry/src/features/cf/tabs/cf-organizations/cf-organization-summary/cloud-foundry-organization-summary.component.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function deleteOrgWarn has 37 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  deleteOrgWarn() {
    this.cfOrgService.org$.pipe(
      map(org => org.entity.entity.name),
      first()
    ).subscribe(name => {

    There are no issues that match your filters.

    Category
    Status