Skip to content

Commit

Permalink
sort plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
dadav committed Apr 17, 2020
1 parent 67b4747 commit d1411ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pwnagotchi/ui/web/templates/plugins.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
{% endblock %}
{% block content %}
<div id="container">
{% for name in database.keys() %}
{% for name in database.keys() | sort %}
{% set has_info = name in loaded and loaded[name].__description__ is defined %}
<div class="plugins-box">
<div class="tooltip">
Expand Down

0 comments on commit d1411ff

Please sign in to comment.