luci-app-wireguard: fix btn style
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
parent
e10f9545c0
commit
21563a2d34
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue