Skip to content

Commit

Permalink
feat: Добавлено перечисление со способами подключения к сервису админ…
Browse files Browse the repository at this point in the history
…истрирования кластера
  • Loading branch information
arkuznetsov committed Oct 7, 2019
1 parent 41b68f7 commit d0bfc21
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Макеты/Перечисления.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,5 +123,9 @@
"СнизитьПриоритетПотока" : "set-low-priority-thread",
"ЗавершитьТекущийВызов" : "interrupt-current-call",
"ЗавершитьСеанс" : "interrupt-session"
},
"СпособыПодключения":{
"Локально" : "rac",
"Удаленно" : "hirac"
}
}
1 change: 1 addition & 0 deletions src/Модули/Перечисления.os
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
Перем СостоянияСчетчиковРесурсов Экспорт;
Перем ПоляОтбораСчетчиковРесурсов Экспорт;
Перем ДействияОграниченияРесурсов Экспорт;
Перем СпособыПодключения Экспорт;

Функция Значение(Знач ПутьКЗначению) Экспорт

Expand Down

0 comments on commit d0bfc21

Please sign in to comment.