mirror of
https://github.com/inventree/InvenTree.git
synced 2025-08-12 23:00:53 +00:00
fix endline
This commit is contained in:
@@ -16,4 +16,4 @@
|
||||
</div>
|
||||
</div>
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
@@ -7,4 +7,4 @@ onPanelLoad('{{ panel.key }}', function() {
|
||||
});
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
@@ -3,4 +3,4 @@
|
||||
{% for panel in plugin_panels %}
|
||||
{% include "sidebar_item.html" with label=panel.key text=panel.title icon=panel.icon %}
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
Reference in New Issue
Block a user