portainer/portainer

View on GitHub
app/docker/components/host-view-panels/swarm-node-details-panel/swarm-node-details-panel-controller.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function SwarmNodeDetailsPanelController has 72 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  function SwarmNodeDetailsPanelController(NodeService, LabelHelper, Notifications, $state) {
    var ctrl = this;
    ctrl.state = {
      managerAddress: '',
      hasChanges: false,

    There are no issues that match your filters.

    Category
    Status