Skip to content

Commit

Permalink
Add the tracker table to the HTML part
Browse files Browse the repository at this point in the history
  • Loading branch information
penguineer committed Jul 19, 2022
1 parent 7f2df32 commit 1b8aea4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,13 @@

<div id="tracker-box" class="meta-box">
<h2>Tracker</h2>
<div id="tracker"></div>
<div id="tracker">
<table>
<tr><th>Type: </th><td id="tracker-type"></td></tr>
<tr><th>URI: </th><td><a id="tracker-uri" target="_new"></a></td></tr>
<tr><th>User Name: </th><td id="tracker-user-name"></td></tr>
</table>
</div>
</div>

<div id="param-box" class="meta-box">
Expand Down

0 comments on commit 1b8aea4

Please sign in to comment.