Skip to content

Commit

Permalink
Update HTM headers
Browse files Browse the repository at this point in the history
Provide indication of max values.
  • Loading branch information
ross-spencer committed Jan 16, 2025
1 parent 6d7b21f commit c24bdce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/itn_api/htm_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@ def participants_count_table(
<th>Stake Key</th>
<th>Count (Total)</th>
<th>Count (24hr)</th>
<th>Per feed (24hr)</th>
<th>Per feed (1hr)</th>
<th>Per feed (1min)</th>
<th>Per feed (24hr) (max 1440)</th>
<th>Per feed (1hr) (max 60)</th>
<th>Per feed (1min) (max 1)</th>
</tr>
""".strip()

Expand Down

0 comments on commit c24bdce

Please sign in to comment.