Skip to content

Commit 3089c15

Browse files
suharvestclaude
andcommitted
fix: move Ollama URL input above Model select
Logical order: URL first, then models fetched from that URL. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent ed9524d commit 3089c15

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

  • src/reachy_claw/plugins/dashboard_static

src/reachy_claw/plugins/dashboard_static/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,10 @@ <h3>LLM</h3>
275275
<option value="gateway">OpenClaw</option>
276276
</select>
277277
</div>
278+
<div class="toggle-row" id="ollama-url-row">
279+
<span class="toggle-label">Ollama URL</span>
280+
<input type="text" class="url-input" id="ollama-url" value="http://localhost:11434" placeholder="http://IP:11434">
281+
</div>
278282
<div class="toggle-row" id="ollama-model-row">
279283
<span class="toggle-label">Model</span>
280284
<select id="ollama-model" class="lang-select">
@@ -283,10 +287,6 @@ <h3>LLM</h3>
283287
<option value="qwen3.5:4b">qwen3.5:4b</option>
284288
</select>
285289
</div>
286-
<div class="toggle-row" id="ollama-url-row">
287-
<span class="toggle-label">Ollama URL</span>
288-
<input type="text" class="url-input" id="ollama-url" value="http://localhost:11434" placeholder="http://IP:11434">
289-
</div>
290290
<div class="toggle-row" id="gateway-host-row">
291291
<span class="toggle-label">Gateway Host</span>
292292
<input type="text" class="url-input" id="gateway-host" value="127.0.0.1" placeholder="IP address">

0 commit comments

Comments
 (0)