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 333 additions and 41 deletions
Showing only changes of commit ea0f5f9a83 - Show all commits

View File

@@ -15,7 +15,7 @@
<main>
<div class="button-container">
<p><a href="{{ url_for('panel') }}" class="link">Back to Panel</a></p>
<h2>Details for PC ID: {{ pc.id }}</h2>
<h2>{{ pc.id }}</h2>
<p><a href="{{ url_for('stream', pc_id=pc.id) }}" class="link">View Stream</a></p>
</div>
<table class="center-table details-table">