refactor(details.html): shorten heading text

This commit is contained in:
2025-06-16 17:34:05 +02:00
parent 8243ce2253
commit ea0f5f9a83

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