Skip to content

Commit 4432008

Browse files
committed
Remove unhelpful entriey from compat table
1 parent 67bcd6a commit 4432008

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ Assuming that the coordinator-host is on the same network as the hosts, with WOL
172172
|---------------|--------------------------------|--------------------------------|----------------------------------------------|
173173
| Web GUI | ✅ (any modern browser) | ✅ (any modern browser) | ✅ (any modern browser) |
174174
| Coordinator | ✅ Binary<br>✅ Docker | ✅ Binary<br>❌ Docker<br>✅ Linux VM (bridged networking) | ❌ Binary<br>❌ Docker<br>❌ WSL<br>✅ Linux VM (bridged networking) |
175-
| Host Agent | ✅ Binary<br>✅ Docker | ✅ Binary<br>❌ Docker | ❌ Binary<br>❌ Docker<br>❌ WSL |
175+
| Host Agent | ✅ Binary | ✅ Binary | ❌ Binary |
176176
| Client | ✅ Shell<br>✅ Docker | ✅ Shell<br>✅ Docker | ✅ PowerShell<br>✅ Docker<br>✅ WSL (Shell) |
177177

178178
### 🌐 WebUI Network Configuration

frontend/assets/partials/architecture.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ <h2 id="platform-support-title" class="section-title px-4 pt-4">🖥️ Platform
2727
</tr>
2828
<tr>
2929
<td>Host Agent</td>
30-
<td>✅ Binary<br>✅ Docker</td>
31-
<td>✅ Binary<br>❌ Docker</td>
32-
<td>❌ Binary<br>Docker<br>WSL<br>✅ Linux VM (bridged networking)</td>
30+
<td>✅ Binary</td>
31+
<td>✅ Binary</td>
32+
<td>❌ Binary<br>❌ WSL</td>
3333
</tr>
3434
<tr>
3535
<td>Client</td>

0 commit comments

Comments
 (0)