diff options
Diffstat (limited to 'module/web/templates')
-rw-r--r-- | module/web/templates/default/dashboard.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/module/web/templates/default/dashboard.html b/module/web/templates/default/dashboard.html index 2ce97635e..b5fdf406b 100644 --- a/module/web/templates/default/dashboard.html +++ b/module/web/templates/default/dashboard.html @@ -3,6 +3,10 @@ {{ _("Dashboard") }} - {{ super() }}
{% endblock %}
+{% block css %}
+ <link href="static/css/default/dashboard.less" rel="stylesheet/less" type="text/css" media="screen"/>
+{% endblock %}
+
{% block require %}
App.initPackageTree();
{% endblock %}
|