From: Jo-Philipp Wich Date: Fri, 17 Aug 2018 04:58:53 +0000 (+0200) Subject: luci-base: remove fake password field from tab order X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=8c77975d1bfc9f79580b83f5b5e591b8b4cae67f;p=openwrt-luci.git luci-base: remove fake password field from tab order Set a negative tabindex on the dummy password field to not break the form tab order flow. Signed-off-by: Jo-Philipp Wich --- diff --git a/modules/luci-base/luasrc/view/cbi/value.htm b/modules/luci-base/luasrc/view/cbi/value.htm index 24fb428e65..8eec865348 100644 --- a/modules/luci-base/luasrc/view/cbi/value.htm +++ b/modules/luci-base/luasrc/view/cbi/value.htm @@ -1,6 +1,6 @@ <%+cbi/valueheader%> <%- if self.password then -%> - /> <%- end -%>