We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 32238ff + 28e317e commit b4edd1cCopy full SHA for b4edd1c
1 file changed
src/adminui/frontend.py
@@ -28,7 +28,7 @@ def home(request: Request, session: Session = Depends(login_required)) -> Respon
28
if context.has_clock:
29
links.append(
30
Link(
31
- url=f"http://clock.{context.fqdn}/",
+ url=f"http://hwclock.{context.fqdn}/",
32
title="Clock",
33
text="Update date and time as seen by the Hotspot.",
34
)
0 commit comments