feat(panel.html): add description and classes to table

This commit is contained in:
2025-06-16 12:09:40 +02:00
parent 06ea0246f5
commit 7c98d16cc2

View File

@@ -13,7 +13,10 @@
<p><a class="button" href="{{ url_for('logout') }}">Logout</a></p>
</header>
<main>
<table border="1">
<h2 class="center">Select a PC to Control</h2>
<p class="center">Choose a PC from the list below to view details or send commands.</p>
<br>
<table class="center-table select-table">
<thead>
<tr>
<th>PC ID</th>