в процессе редизайна. не очень нравится как вкладки расположены.
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
package Visual_DVM_2021.Passes.All;
|
||||
import Common.Current;
|
||||
import Common.Global;
|
||||
import Common.UI.UI;
|
||||
import Common.UI.Windows.Dialog.SliderNumberForm;
|
||||
import GlobalData.Machine.Machine;
|
||||
import Repository.Server.ServerCode;
|
||||
@@ -40,11 +39,4 @@ public class EditMachineKernels extends TestingSystemPass<MachineMaxKernels> {
|
||||
Command(new ServerExchangeUnit_2021(ServerCode.EditObject, "", target));
|
||||
Global.testingServer.db.Update(target);
|
||||
}
|
||||
@Override
|
||||
protected void showDone() throws Exception {
|
||||
if (Current.HasMachine())
|
||||
UI.getMainWindow().getTestingWindow().ShowCurrentMachine();
|
||||
else
|
||||
UI.getMainWindow().getTestingWindow().ShowNoCurrentMachine();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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();
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user