Skip to content

Commit bd41bc8

Browse files
author
Paweł Kędzia
committed
Merge branch 'features/web'
2 parents 7896c47 + aa4185a commit bd41bc8

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

llm_router_web/web/static/style-dark.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
--accent-700: #2f6ad9;
1010
--danger: #f85149;
1111
--danger-soft: #e57373;
12-
--ok: #3fb950;
12+
--ok: #075925;
1313
--warn: #eab308;
1414
--border: #30363d;
1515
--focus-ring: 0 0 0 3px rgba(88, 166, 255, .35);

llm_router_web/web/static/style-hacker.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
--accent-700: #00a0bf;
1010
--danger: #ff3b6b; /* drop/timeout */
1111
--danger-soft: #ff6f91;
12-
--ok: #39ff88; /* healthy route */
12+
--ok: #075925; /* healthy route */
1313
--warn: #ffc842; /* throttling */
1414
--border: #10303a; /* siatka */
1515
--focus-ring: 0 0 0 3px rgba(0, 229, 255, .35);

llm_router_web/web/static/style-light.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
--accent-700: #1e40af;
1010
--danger: #dc2626;
1111
--danger-soft: #ef4444;
12-
--ok: #16a34a;
12+
--ok: #075925;
1313
--warn: #d97706;
1414
--border: #e5e7eb;
1515
--focus-ring: 0 0 0 3px rgba(37, 99, 235, .35);

llm_router_web/web/templates/view.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ <h2>Preview: {{ cfg.name }} {% if cfg.is_active %}<span class="badge">ACTIVE</sp
44

55
{% if cfg.description %}
66
<div class="panel">
7-
<strong>Notatka / Opis:</strong>
7+
<strong>Additional config info:</strong>
88
<p class="muted">{{ cfg.description }}</p>
99
</div>
1010
{% endif %}

0 commit comments

Comments
 (0)