refactor(details.html): shorten heading text
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user