cloudfoundry/stratos

View on GitHub
src/frontend/packages/kubernetes/src/kubernetes/kube-terminal/kube-console.component.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function ngOnInit has 33 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  ngOnInit() {
    this.connectionStatus.next(0);
    const guid = this.kubeEndpointService.baseKube.guid;
    this.kubeSummaryLink = `/kubernetes/${guid}/summary`;

    There are no issues that match your filters.

    Category
    Status