projects
/
project
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa319cf
)
luci-base: remove reset button from sysauth
author
Stan Grishin
<
[email protected]
>
Tue, 12 Aug 2025 20:34:25 +0000
(20:34 +0000)
committer
Paul Donald
<
[email protected]
>
Tue, 18 Nov 2025 03:01:16 +0000
(
04:01
+0100)
Signed-off-by: Stan Grishin <
[email protected]
>
modules/luci-base/ucode/template/sysauth.ut
patch
|
blob
|
history
diff --git
a/modules/luci-base/ucode/template/sysauth.ut
b/modules/luci-base/ucode/template/sysauth.ut
index db25cf605faf8fa4be322f5ffe2e14d4c5b34a75..babba2ecb522b7acec2e20e4ea071c15b74c307f 100644
(file)
--- a/
modules/luci-base/ucode/template/sysauth.ut
+++ b/
modules/luci-base/ucode/template/sysauth.ut
@@
-36,7
+36,6
@@
<div class="cbi-page-actions">
<input type="submit" value="{{ _('Log in') }}" class="btn cbi-button cbi-button-apply" />
- <input type="reset" value="{{ _('Reset') }}" class="btn cbi-button cbi-button-reset" />
</div>
</form>