This commit is contained in:
2023-10-26 14:36:32 +03:00
parent 70eeaf21ca
commit 834fd6b125
4 changed files with 4 additions and 8 deletions

View File

@@ -137,6 +137,6 @@ public class TestingForm implements FormWithSplitters, TestingWindow {
Global.testingServer.account_db.packages.mountUI(packagesPanel);
Global.testingServer.account_db.testRunTasks.mountUI(testsRunTasksPanel);
Global.testingServer.account_db.sapforTasksPackages.mountUI(sapforTasksPackagesPanel);
Global.testingServer.account_db.sapforTasksPackages.mountUI(sapforTasksPanel);
Global.testingServer.account_db.sapforTasks.mountUI(sapforTasksPanel);
}
}