Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
wvanheemstra committed Nov 7, 2024
1 parent c4dd7f7 commit bfc727e
Showing 1 changed file with 177 additions and 0 deletions.
177 changes: 177 additions & 0 deletions threagile-builder/src/threagile_builder/templates/build/builds.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,181 @@ <h1 class="text-2xl font-bold mb-4">Builds</h1>
</div>
</div>
</section>

<section>
<table id="default-table">
<thead>
<tr>
<th>
<span class="flex items-center">
Name
<svg class="w-4 h-4 ms-1" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="24"
height="24" fill="none" viewBox="0 0 24 24">
<path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
d="m8 15 4 4 4-4m0-6-4-4-4 4" />
</svg>
</span>
</th>
<th data-type="date" data-format="YYYY/DD/MM">
<span class="flex items-center">
Release Date
<svg class="w-4 h-4 ms-1" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="24"
height="24" fill="none" viewBox="0 0 24 24">
<path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
d="m8 15 4 4 4-4m0-6-4-4-4 4" />
</svg>
</span>
</th>
<th>
<span class="flex items-center">
NPM Downloads
<svg class="w-4 h-4 ms-1" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="24"
height="24" fill="none" viewBox="0 0 24 24">
<path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
d="m8 15 4 4 4-4m0-6-4-4-4 4" />
</svg>
</span>
</th>
<th>
<span class="flex items-center">
Growth
<svg class="w-4 h-4 ms-1" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="24"
height="24" fill="none" viewBox="0 0 24 24">
<path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
d="m8 15 4 4 4-4m0-6-4-4-4 4" />
</svg>
</span>
</th>
</tr>
</thead>
<tbody>
<tr>
<td class="font-medium text-gray-900 whitespace-nowrap dark:text-white">Flowbite</td>
<td>2021/25/09</td>
<td>269000</td>
<td>49%</td>
</tr>
<tr>
<td class="font-medium text-gray-900 whitespace-nowrap dark:text-white">React</td>
<td>2013/24/05</td>
<td>4500000</td>
<td>24%</td>
</tr>
<tr>
<td class="font-medium text-gray-900 whitespace-nowrap dark:text-white">Angular</td>
<td>2010/20/09</td>
<td>2800000</td>
<td>17%</td>
</tr>
<tr>
<td class="font-medium text-gray-900 whitespace-nowrap dark:text-white">Vue</td>
<td>2014/12/02</td>
<td>3600000</td>
<td>30%</td>
</tr>
<tr>
<td class="font-medium text-gray-900 whitespace-nowrap dark:text-white">Svelte</td>
<td>2016/26/11</td>
<td>1200000</td>
<td>57%</td>
</tr>
<tr>
<td class="font-medium text-gray-900 whitespace-nowrap dark:text-white">Ember</td>
<td>2011/08/12</td>
<td>500000</td>
<td>44%</td>
</tr>
<tr>
<td class="font-medium text-gray-900 whitespace-nowrap dark:text-white">Backbone</td>
<td>2010/13/10</td>
<td>300000</td>
<td>9%</td>
</tr>
<tr>
<td class="font-medium text-gray-900 whitespace-nowrap dark:text-white">jQuery</td>
<td>2006/28/01</td>
<td>6000000</td>
<td>5%</td>
</tr>
<tr>
<td class="font-medium text-gray-900 whitespace-nowrap dark:text-white">Bootstrap</td>
<td>2011/19/08</td>
<td>1800000</td>
<td>12%</td>
</tr>
<tr>
<td class="font-medium text-gray-900 whitespace-nowrap dark:text-white">Foundation</td>
<td>2011/23/09</td>
<td>700000</td>
<td>8%</td>
</tr>
<tr>
<td class="font-medium text-gray-900 whitespace-nowrap dark:text-white">Bulma</td>
<td>2016/24/10</td>
<td>500000</td>
<td>7%</td>
</tr>
<tr>
<td class="font-medium text-gray-900 whitespace-nowrap dark:text-white">Next.js</td>
<td>2016/25/10</td>
<td>2300000</td>
<td>45%</td>
</tr>
<tr>
<td class="font-medium text-gray-900 whitespace-nowrap dark:text-white">Nuxt.js</td>
<td>2016/16/10</td>
<td>900000</td>
<td>50%</td>
</tr>
<tr>
<td class="font-medium text-gray-900 whitespace-nowrap dark:text-white">Meteor</td>
<td>2012/17/01</td>
<td>1000000</td>
<td>10%</td>
</tr>
<tr>
<td class="font-medium text-gray-900 whitespace-nowrap dark:text-white">Aurelia</td>
<td>2015/08/07</td>
<td>200000</td>
<td>20%</td>
</tr>
<tr>
<td class="font-medium text-gray-900 whitespace-nowrap dark:text-white">Inferno</td>
<td>2016/27/09</td>
<td>100000</td>
<td>35%</td>
</tr>
<tr>
<td class="font-medium text-gray-900 whitespace-nowrap dark:text-white">Preact</td>
<td>2015/16/08</td>
<td>600000</td>
<td>28%</td>
</tr>
<tr>
<td class="font-medium text-gray-900 whitespace-nowrap dark:text-white">Lit</td>
<td>2018/28/05</td>
<td>400000</td>
<td>60%</td>
</tr>
<tr>
<td class="font-medium text-gray-900 whitespace-nowrap dark:text-white">Alpine.js</td>
<td>2019/02/11</td>
<td>300000</td>
<td>70%</td>
</tr>
<tr>
<td class="font-medium text-gray-900 whitespace-nowrap dark:text-white">Stimulus</td>
<td>2018/06/03</td>
<td>150000</td>
<td>25%</td>
</tr>
<tr>
<td class="font-medium text-gray-900 whitespace-nowrap dark:text-white">Solid</td>
<td>2021/05/07</td>
<td>250000</td>
<td>80%</td>
</tr>
</tbody>
</table>
</section>
{% endblock %}

0 comments on commit bfc727e

Please sign in to comment.