mirror of
https://github.com/ajnart/homarr.git
synced 2026-01-17 04:52:15 +01:00
12 lines
290 B
JSON
12 lines
290 B
JSON
{
|
|
"descriptor": {
|
|
"name": "Latência",
|
|
"description": "Exibe um indicador de status dependendo do código de resposta HTTP de um determinado URL."
|
|
},
|
|
"states": {
|
|
"online": "Online {{response}}",
|
|
"offline": "{{response}} off-line",
|
|
"loading": "Carregando..."
|
|
}
|
|
}
|