mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

jvergara
13.18.2009 26123fe47b4cc710e9c66f145764125ff0c8e6c1
Fix a layout issue when the server is stopped or the user did not provide authentication in the manage tasks panel.
1 files modified
1 ■■■■ changed files
opendj-sdk/opends/src/guitools/org/opends/guitools/controlpanel/ui/ManageTasksPanel.java 1 ●●●● patch | view | raw | blame | history
opendj-sdk/opends/src/guitools/org/opends/guitools/controlpanel/ui/ManageTasksPanel.java
@@ -868,6 +868,7 @@
              !errorPane.isVisible());
          tableScroll.setVisible(visible);
          cancelTask.setVisible(visible);
          detailsPanel.setVisible(visible);
        }
      });
    }