chore(release): 0.1.0 #4

Merged
pufereq merged 53 commits from release/0.1.0 into main 2025-08-09 15:03:45 +00:00
9 changed files with 247 additions and 28 deletions
Showing only changes of commit 7c98d16cc2 - Show all commits

View File

@@ -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>