summaryrefslogtreecommitdiffstats
path: root/module
diff options
context:
space:
mode:
Diffstat (limited to 'module')
-rw-r--r--module/web/templates/default/settings.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/module/web/templates/default/settings.html b/module/web/templates/default/settings.html
index 518bb3f9e..d7c7f78a4 100644
--- a/module/web/templates/default/settings.html
+++ b/module/web/templates/default/settings.html
@@ -74,9 +74,7 @@
<ul id="toptabs" class="tabs">
{% for configname, config in conf.iteritems %}
- {% if config|length > 0 %}
- <li><a href="#{{configname}}">{{configname}}</a></li>
- {% endif %}
+ <li><a href="#{{configname}}">{{configname}}</a></li>
{% endfor %}
</ul>