diff --git a/pwnagotchi/ui/web/templates/plugins.html b/pwnagotchi/ui/web/templates/plugins.html index 35b0be5..41970fb 100644 --- a/pwnagotchi/ui/web/templates/plugins.html +++ b/pwnagotchi/ui/web/templates/plugins.html @@ -58,7 +58,7 @@ $(function(){ {% endblock %} {% block content %}
- {% for name in database.keys() %} + {% for name in database.keys() | sort %} {% set has_info = name in loaded and loaded[name].__description__ is defined %}