update print target and add stub for auto-detect print server
This commit is contained in:
parent
c85bad54ca
commit
cb43d70cb8
3 changed files with 18 additions and 15 deletions
|
|
@ -36,9 +36,9 @@
|
|||
</table>
|
||||
</div>
|
||||
|
||||
<div class="print-sel" id="send-to-gridprint">
|
||||
<div class="print-sel" id="send-to-gridhost">
|
||||
<table>
|
||||
<tr><th colspan="2"><button id="print-gridprint">send to grid:host</button></th></tr>
|
||||
<tr><th colspan="2"><button id="print-gridhost">send to grid:host</button></th></tr>
|
||||
<tr><th>host:port</th><td><input id="grid-host" size="35" placeholder="http(s)://host:port" /></td></tr>
|
||||
<tr id="gpapik"><th>api key</th><td><input id="grid-apik" size="35" /></td></tr>
|
||||
<tr><th>target</th><td>
|
||||
|
|
|
|||
Loading…
Reference in a new issue