cloudfoundry/stratos

View on GitHub
src/frontend/packages/kubernetes/src/kubernetes/kubernetes-dashboard/kubernetes-dashboard.component.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function checkPageLoad has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  checkPageLoad() {
    let hasLoaded = false;
    const errMsg = this.getStratosError();
    if (!!errMsg) {
      hasLoaded = true;

    There are no issues that match your filters.

    Category
    Status