Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

Commit

Permalink
add new column in table for os
Browse files Browse the repository at this point in the history
  • Loading branch information
d4t4s3c committed Jan 22, 2024
1 parent 5ca1c9f commit 67e501f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions _layouts/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ <h1 class="submit-vm">New VM Submission</h1>
<thead>
<tr>
<th id="card">Card</th>
<th id="os">OS</th>
<th class="vm-name">Name</th>
<th class="creator">Creator</th>
<th id="tested">Tested</th>
Expand Down Expand Up @@ -270,6 +271,9 @@ <h1 class="submit-vm">New VM Submission</h1>
</svg>
</button>
</td>
<td class="os">
<img title="{{data[1].os}}" alt="{{data[1].os}}" icon src="/assets/{{data[1].os}}.svg" width="22" height="22">
</td>
<td id="vm">
<div class="vm-name-btn level-btn {{ data[1].difficulty | downcase }}">
<span class="{{ data[1].difficulty | downcase }}-dots"></span>
Expand Down

0 comments on commit 67e501f

Please sign in to comment.