X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=src%2Fmain%2Fkotlin%2Fnet%2Fpterodactylus%2Fsone%2Fweb%2Fpages%2FRescuePage.kt;h=0479133694de5115d993ac8c1b24c872abf623eb;hp=367d6fb68dc2bb8fed1e6a2ccd75d55a52f23f46;hb=fe0689ea60c46a0d62e9598adf7fd25c0182fa7b;hpb=87482530f0361af55a17780981d6819269aada67 diff --git a/src/main/kotlin/net/pterodactylus/sone/web/pages/RescuePage.kt b/src/main/kotlin/net/pterodactylus/sone/web/pages/RescuePage.kt index 367d6fb..0479133 100644 --- a/src/main/kotlin/net/pterodactylus/sone/web/pages/RescuePage.kt +++ b/src/main/kotlin/net/pterodactylus/sone/web/pages/RescuePage.kt @@ -12,6 +12,7 @@ import javax.inject.Inject /** * Page that lets the user control the rescue mode for a Sone. */ +@MenuName("Rescue") class RescuePage @Inject constructor(template: Template, webInterface: WebInterface): LoggedInPage("rescue.html", template, "Page.Rescue.Title", webInterface) {