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

This commit is contained in:
2024-05-21 17:36:03 +03:00
parent fb53a4133a
commit 0ae5327fb4
9 changed files with 65 additions and 319 deletions

View File

@@ -7,7 +7,6 @@ public enum PassCode_2021 {
ShowParallelVariantsCoverage,
//-
DeleteServerSapfor,
InstallServerSapfor,
SaveProfile,
ApplyProfile,
EditProfile,
@@ -466,8 +465,6 @@ public enum PassCode_2021 {
return "Отобразить минимальное покрытие параллельных вариантов";
case DeleteServerSapfor:
return "Удалить версию SAPFOR";
case InstallServerSapfor:
return "Собрать актуальную версию SAPFOR";
case EditProfile:
return "Редактировать профиль";
case DeleteProfile: