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
|
||||
<div class="host-field-wrapper">
|
||||
<input id="host" value="http://127.0.0.1:7860" />
|
||||
<div id="connection-status-indicator" class="connection-status">
|
||||
<span id="connection-status-indicator-text">Connected</span>
|
||||
<div
|
||||
id="connection-status-indicator"
|
||||
class="connection-status before">
|
||||
<span id="connection-status-indicator-text">Waiting</span>
|
||||
</div>
|
||||
</div>
|
||||
</label>
|
||||
|
|
Loading…
Reference in a new issue