Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Jelle van der Waa
Archweb
Commits
10ff1df6
Commit
10ff1df6
authored
Oct 13, 2019
by
Jelle van der Waa
🚧
Browse files
devel: remove package description from reports
The description doesn't add a lot of useful information to the report.
parent
c46444aa
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/devel/packages.html
View file @
10ff1df6
...
...
@@ -41,7 +41,6 @@ <h3>Filter Packages</h3>
<th>
Repo
</th>
<th>
Name
</th>
<th>
Version
</th>
<th>
Description
</th>
<th>
Last Updated
</th>
<th>
Build Date
</th>
<th>
Flag Date
</th>
...
...
@@ -61,7 +60,6 @@ <h3>Filter Packages</h3>
{% else %}
<td>
{{ pkg.full_version }}
</td>
{% endif %}
<td
class=
"wrap"
>
{{ pkg.pkgdesc }}
</td>
<td>
{{ pkg.last_update|date }}
</td>
<td>
{{ pkg.build_date|date }}
</td>
<td>
{{ pkg.flag_date|date }}
</td>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment