playground: swap vault and bend URI — vault left, bend right
This commit is contained in:
parent
367071ec51
commit
e547b54750
2 changed files with 12 additions and 12 deletions
|
|
@ -60,12 +60,6 @@
|
|||
</section>
|
||||
|
||||
<section class="config-bar">
|
||||
<div class="bend-bar">
|
||||
<span class="bend-icon" title="gpu-worker bend URL">⚡</span>
|
||||
<input id="bend-url" type="url" placeholder="https://your-gpu-worker.example/bend (sets (bend!-call ...) destination)">
|
||||
<button id="bend-save" class="secondary">save</button>
|
||||
<span id="bend-state" class="bend-state"></span>
|
||||
</div>
|
||||
<div class="vault-bar" id="vault-bar" hidden>
|
||||
<span class="vault-icon" title="local vault">🔒</span>
|
||||
<span id="vault-state" class="vault-state">locked</span>
|
||||
|
|
@ -74,6 +68,12 @@
|
|||
<button id="vault-lock" class="secondary" hidden>lock</button>
|
||||
<span id="vault-note" class="vault-note"></span>
|
||||
</div>
|
||||
<div class="bend-bar">
|
||||
<span class="bend-icon" title="gpu-worker bend URL">⚡</span>
|
||||
<input id="bend-url" type="url" placeholder="https://your-gpu-worker.example/bend (sets (bend!-call ...) destination)">
|
||||
<button id="bend-save" class="secondary">save</button>
|
||||
<span id="bend-state" class="bend-state"></span>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="panes">
|
||||
|
|
|
|||
|
|
@ -60,12 +60,6 @@
|
|||
</section>
|
||||
|
||||
<section class="config-bar">
|
||||
<div class="bend-bar">
|
||||
<span class="bend-icon" title="gpu-worker bend URL">⚡</span>
|
||||
<input id="bend-url" type="url" placeholder="https://your-gpu-worker.example/bend (sets (bend!-call ...) destination)">
|
||||
<button id="bend-save" class="secondary">save</button>
|
||||
<span id="bend-state" class="bend-state"></span>
|
||||
</div>
|
||||
<div class="vault-bar" id="vault-bar" hidden>
|
||||
<span class="vault-icon" title="local vault">🔒</span>
|
||||
<span id="vault-state" class="vault-state">locked</span>
|
||||
|
|
@ -74,6 +68,12 @@
|
|||
<button id="vault-lock" class="secondary" hidden>lock</button>
|
||||
<span id="vault-note" class="vault-note"></span>
|
||||
</div>
|
||||
<div class="bend-bar">
|
||||
<span class="bend-icon" title="gpu-worker bend URL">⚡</span>
|
||||
<input id="bend-url" type="url" placeholder="https://your-gpu-worker.example/bend (sets (bend!-call ...) destination)">
|
||||
<button id="bend-save" class="secondary">save</button>
|
||||
<span id="bend-state" class="bend-state"></span>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="panes">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue