Skip to content

Commit

Permalink
feat: Add Mii name to view
Browse files Browse the repository at this point in the history
  • Loading branch information
oscie57 committed Jul 5, 2024
1 parent c452564 commit 21d466e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/mii_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<tr>
<th scope="col">Mii ID</th>
<th scope="col">Avatar</th>
<th scope="col">Name</th>
<th scope="col">Action</th>
</tr>
</thead>
Expand All @@ -18,6 +19,7 @@
<td>{{ mii.mii_id }}</td>
<td><img width="75" src="https://miicontestp.wii.rc24.xyz/cgi-bin/render.cgi?data={{ mii.data.hex() }}"
alt="Mii avatar"></td>
<td>{{ mii.name }}</td>
<td style="text-align: center;">
<div class="field has-addons">
<p class="control">
Expand Down

0 comments on commit 21d466e

Please sign in to comment.