1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +00:00
This commit is contained in:
checktheroads
2020-02-08 00:58:32 -07:00
parent edf0803a62
commit bb97b90e26
36 changed files with 10425 additions and 119 deletions

View File

@@ -50,7 +50,7 @@ class Messages(HyperglassModel):
request_timeout: StrictStr = Field(
"Request timed out.",
title="Request Timeout",
description="Displayed when the [`request_timeout`](/fixme) time expires.",
description="Displayed when the [request_timeout](/fixme) time expires.",
)
connection_error: StrictStr = Field(
"Error connecting to {device_name}: {error}",
@@ -87,3 +87,4 @@ class Messages(HyperglassModel):
title = "Messages"
description = "Customize almost all user-facing UI & API messages."
schema_extra = {"level": 2}