add grid local spooling
This commit is contained in:
parent
0afb55168e
commit
0f1768fd4b
4 changed files with 86 additions and 18 deletions
|
|
@ -53,3 +53,16 @@
|
|||
</div>
|
||||
<button id="print-gridhost" class="print-send">send</button>
|
||||
</div>
|
||||
|
||||
<div class="print-sel flex frow" id="send-to-gridspool">
|
||||
<span><label>grid:local</label></span>
|
||||
<div>
|
||||
<table>
|
||||
<tr><th>target</th><td><select id="grid-local"></select></td></tr>
|
||||
</table>
|
||||
</div>
|
||||
<div class="flex fcol print-send">
|
||||
<button id="print-gridlocal">send</button>
|
||||
<button id="admin-gridlocal">admin</button>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue