diff --git a/Experimental/src/org/sleuthkit/autopsy/experimental/autoingest/AinStatusDashboard.java b/Experimental/src/org/sleuthkit/autopsy/experimental/autoingest/AinStatusDashboard.java index 638c0dc6dc..1d766a45e7 100644 --- a/Experimental/src/org/sleuthkit/autopsy/experimental/autoingest/AinStatusDashboard.java +++ b/Experimental/src/org/sleuthkit/autopsy/experimental/autoingest/AinStatusDashboard.java @@ -52,6 +52,14 @@ final class AinStatusDashboard extends javax.swing.JPanel implements Observer { autoIngestMonitor.addObserver(this); } + AutoIngestMonitor getMonitor() { + return autoIngestMonitor; + } + + AinStatusPanel getNodesStatusPanel() { + return nodesPanel; + } + /** * This method is called from within the constructor to initialize the form. * WARNING: Do NOT modify this code. The content of this method is always