tiny
Signed-off-by: Victor Seiji Hariki <victorseijih@gmail.com>
This commit is contained in:
parent
ac70691cff
commit
e4340835ba
1 changed files with 4 additions and 2 deletions
|
@ -34,8 +34,10 @@
|
||||||
Host
|
Host
|
||||||
<div class="host-field-wrapper">
|
<div class="host-field-wrapper">
|
||||||
<input id="host" value="http://127.0.0.1:7860" />
|
<input id="host" value="http://127.0.0.1:7860" />
|
||||||
<div id="connection-status-indicator" class="connection-status">
|
<div
|
||||||
<span id="connection-status-indicator-text">Connected</span>
|
id="connection-status-indicator"
|
||||||
|
class="connection-status before">
|
||||||
|
<span id="connection-status-indicator-text">Waiting</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</label>
|
</label>
|
||||||
|
|
Loading…
Reference in a new issue