Skip to content

Commit

Permalink
Remove ID column from Runtimes page
Browse files Browse the repository at this point in the history
  • Loading branch information
hieplpvip authored and leduythuccs committed Jul 31, 2024
1 parent a7dcc56 commit 259b884
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions templates/status/language-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
<table class="table striped">
<thead>
<tr>
<th>{{ _('ID') }}</th>
<th>{{ _('Name') }}</th>
<th>{{ _('Runtime Info') }}</th>
</tr>
Expand All @@ -41,7 +40,6 @@
{# All online languages have runtime_versions, even if we're not going to display them #}
{% if language.runtime_versions %}
<tr>
<td>{{ language.short_display_name }}</td>
<td class="language">{{ language.name }}</td>
<td class="info">
<code>{{ runtime_versions(language.runtime_versions()) }}</code>
Expand Down

0 comments on commit 259b884

Please sign in to comment.