mirror of
https://github.com/elisspace/autopsy.git
synced 2026-09-04 06:50:00 +00:00
Temporarily hide hash sets and organizations
This commit is contained in:
@@ -82,6 +82,9 @@ public class EamCaseEditDetailsDialog extends JDialog {
|
||||
private void customizeComponents() {
|
||||
setTextBoxListeners();
|
||||
setTextAreaListeners();
|
||||
|
||||
// The organization functions of central repo are not being included in the current release.
|
||||
this.pnOrganization.setVisible(false);
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -59,6 +59,9 @@ public final class GlobalSettingsPanel extends IngestModuleGlobalSettingsPanel i
|
||||
"GlobalSettingsPanel.cbUseCentralRepo.text=Use a Central Repository"})
|
||||
private void customizeComponents() {
|
||||
setName(Bundle.GlobalSettingsPanel_title());
|
||||
|
||||
// The hash set functions of central repo are not being included in the current release.
|
||||
bnImportDatabase.setVisible(false);
|
||||
}
|
||||
|
||||
private void addIngestJobEventsListener() {
|
||||
|
||||
Reference in New Issue
Block a user