From c49d712f1783d5c6d735b6ec1d37120431c3c79d Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Sun, 9 Feb 2025 01:07:19 +0200 Subject: [PATCH] pikvm/pikvm#1204: 12h instead of 24h --- web/login/index.html | 4 ++-- web/login/index.pug | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/web/login/index.html b/web/login/index.html index ca9a3bf0..973ced9e 100644 --- a/web/login/index.html +++ b/web/login/index.html @@ -80,8 +80,8 @@
- - + +
diff --git a/web/login/index.pug b/web/login/index.pug index 1a5ba1f0..d45dc9c3 100644 --- a/web/login/index.pug +++ b/web/login/index.pug @@ -41,7 +41,7 @@ block body td +radio("expire-radio", [ {"title": "1h", "value": "3600"}, - {"title": "24h", "value": "86400"}, + {"title": "12h", "value": "43200"}, {"title": "Forever", "value": "0", "checked": true}, ]) tr