trust-module-frontend/public/TrustSoftware.json

23 lines
723 B
JSON
Executable File
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

[
{
"id": 1,
"name": "Число участников конференции",
"value": 50,
"status": "normal",
"details": "Число участников конференции в пределах нормы."
},
{
"id": 2,
"name": "Подключение пользователей",
"value": 75,
"status": "warning",
"details": "Пользователи имеют проблемы с подключением."
},
{
"id": 3,
"name": "Максимальное число комнат",
"value": 100,
"status": "critical",
"details": "Количество комнат превысило норму."
}
]