Skip to content

Commit b4edd1c

Browse files
authored
Merge pull request #7 from lumpy72006/fix-clock-link
fix incorrect link to clock
2 parents 32238ff + 28e317e commit b4edd1c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/adminui/frontend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def home(request: Request, session: Session = Depends(login_required)) -> Respon
2828
if context.has_clock:
2929
links.append(
3030
Link(
31-
url=f"http://clock.{context.fqdn}/",
31+
url=f"http://hwclock.{context.fqdn}/",
3232
title="Clock",
3333
text="Update date and time as seen by the Hotspot.",
3434
)

0 commit comments

Comments
 (0)