mirror of
https://github.com/ajnart/homarr.git
synced 2026-01-17 13:02:18 +01:00
12 lines
337 B
JSON
12 lines
337 B
JSON
{
|
|
"descriptor": {
|
|
"name": "Ping",
|
|
"description": "指定されたURLのHTTPレスポンス・コードに応じて、ステータス・インジケータを表示する。"
|
|
},
|
|
"states": {
|
|
"online": "オンライン {{response}}",
|
|
"offline": "オフライン {{response}}",
|
|
"loading": "読み込み中..."
|
|
}
|
|
}
|