Skip to content

Commit 77e650b

Browse files
committed
Шилдики
1 parent 189ad9d commit 77e650b

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
[![Stars](https://img.shields.io/github/stars/Razdolie/monitor.svg?label=Github%20%E2%98%85&a)](https://github.com/Razdolie/monitor/stargazers)
2+
[![Release](https://img.shields.io/github/v/release/Razdolie/monitor?include_prereleases&label=last%20release&style=badge)](https://github.com/Razdolie/monitor/releases/latest)
3+
[![OpenYellow](https://img.shields.io/endpoint?url=https://openyellow.org/data/badges/6/909930936.json)](https://openyellow.org/grid?data=top&repo=909930936)
4+
5+
[razdolie.github.io/dev-rules](https://razdolie.github.io/dev-rules/)
6+
17
# monitor
28

39
> Библиотека разработана в рамках мастер-класса "[От базовой библиотеки до полного расцвета с ОСенью. Разработка базовой версии](https://infostart.ru/1c/articles/2275659/)"

src/core/Модули/Мониторинг.os

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
КонецФункции
3535

3636
Функция ДанныеСистемы(ТекстЗапроса) Экспорт
37-
37+
3838
WMI = Новый COMОбъект("WbemScripting.SWbemLocator");
3939
Сервис = WMI.ConnectServer(".", "root\cimv2");
4040
Результат = Сервис.ExecQuery(ТекстЗапроса);

0 commit comments

Comments
 (0)