feat(panel.html): add description and classes to table
This commit is contained in:
@@ -13,7 +13,10 @@
|
|||||||
<p><a class="button" href="{{ url_for('logout') }}">Logout</a></p>
|
<p><a class="button" href="{{ url_for('logout') }}">Logout</a></p>
|
||||||
</header>
|
</header>
|
||||||
<main>
|
<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>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>PC ID</th>
|
<th>PC ID</th>
|
||||||
|
|||||||
Reference in New Issue
Block a user