Using # instead of id in the sessions page to avoid confusion with the term id used in the docs.

This commit is contained in:
Erik Brakkee 2024-08-01 19:21:39 +02:00
parent e141007f0a
commit 52954a4bdb

View File

@ -34,7 +34,7 @@ templ State(state *models.State, location *time.Location) {
<table class="table">
<thead>
<tr>
<th>id</th>
<th>#</th>
<th>start time</th>
<th>expiry time</th>
<th>username</th>
@ -67,7 +67,7 @@ templ State(state *models.State, location *time.Location) {
<table class="table">
<thead>
<tr>
<th>agent id</th>
<th>agent#</th>
<th>id</th>
<th>start time</th>
<th>session type</th>