hide auth token inputs

This commit is contained in:
Stewart Allen 2018-01-18 19:56:48 -05:00
commit cdd3e63347
2 changed files with 7 additions and 1 deletions

View file

@ -40,7 +40,7 @@
<table>
<tr><th colspan="2"><button id="print-gridprint">send to grid:print</button></th></tr>
<tr><th>host:port</th><td><input id="grid-host" size="35" placeholder="http(s)://host:port" /></td></tr>
<tr><th>api key</th><td><input id="grid-apik" size="35" /></td></tr>
<tr id="gpapik"><th>api key</th><td><input id="grid-apik" size="35" /></td></tr>
<tr><th>target</th><td><input id="grid-target" size="35" /></td></tr>
<tr><td colspan="2"><span id="grid-hint">setup <a href="https://github.com/stewartoallen/grid-print" target="_help">grid:print</a> for your network</span></td></tr>
</table>

View file

@ -188,6 +188,12 @@ input[type=range]::-moz-focus-outer {
color: #fff;
background-color: #888;
}
#opapik {
display: none;
}
#gpapik {
display: none;
}
/** sender dialog */