luci-app-wireguard: fix btn style

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
Florian Eckert 2020-08-31 13:42:52 +02:00
parent e10f9545c0
commit 21563a2d34

View file

@ -199,7 +199,7 @@ for ikey, iface in pairs(data) do
-%> -%>
<h3><%:Interface%> <%=ikey%></h3> <h3><%:Interface%> <%=ikey%></h3>
<div class="cbi-value" id="button" style="padding: 5px"> <div class="cbi-value" id="button" style="padding: 5px">
<input class="cbi-button cbi-button-apply" type="button" name="qrcode_<%=ikey%>" value="<%:Show/Hide QR-Code%>" onclick="toggle_qrcode(this)" /> <input class="btn cbi-button cbi-button-apply" type="button" name="qrcode_<%=ikey%>" value="<%:Show/Hide QR-Code%>" onclick="toggle_qrcode(this)" />
</div> </div>
<%- <%-
local qr_enc local qr_enc