mirror of
https://github.com/ajnart/homarr.git
synced 2026-01-17 13:02:18 +01:00
12 lines
293 B
JSON
12 lines
293 B
JSON
{
|
|
"descriptor": {
|
|
"name": "Latencia",
|
|
"description": "Muestra un indicador de estado dependiendo del código de respuesta HTTP de una URL dada."
|
|
},
|
|
"states": {
|
|
"online": "En línea {{response}}",
|
|
"offline": "Desconectado {{response}}",
|
|
"loading": "Cargando..."
|
|
}
|
|
}
|