промежуточный. временный фикс бага с отображением ядер если оба сервера не активно

This commit is contained in:
2023-11-30 01:25:26 +03:00
parent 53fd992346
commit 10b6cc03ab
9 changed files with 69 additions and 29 deletions

View File

@@ -301,12 +301,15 @@ public enum PassCode_2021 {
CreateTestFromDirectory,
CreateTestFromCurrentProject,
SPF_RemoveComments,
CreateTestFromFile,
//->
TestPass;
public String getDescription() {
switch (this) {
case Undefined:
return "?";
case CreateTestFromFile:
return "Создать тест из файла";
case SPF_RemoveComments:
return "Удаление комментариев";
case CreateTestFromCurrentProject: