в процессе редизайна. не очень нравится как вкладки расположены.

This commit is contained in:
2023-10-10 20:14:48 +03:00
parent c05eb12737
commit ca969faacd
17 changed files with 296 additions and 296 deletions

View File

@@ -52,15 +52,8 @@ public class SynchronizeTests extends TestingSystemPass<Object> {
server.db.configurations.ShowUI();
server.db.groups.ShowUI();
server.db.sapforConfigurations.ShowUI();
// server.db.sapforTasksPackages.ShowUI();
server.db.RestoreLastSelections();
UI.getMainWindow().getTestingWindow().ShowCheckedTestsCount();
//для отображения числа ядер.
if (Current.HasMachine())
UI.getMainWindow().getTestingWindow().ShowCurrentMachine();
else
UI.getMainWindow().getTestingWindow().ShowNoCurrentMachine();
}
}
}