diff --git a/README.md b/README.md index 7c69243b..3c6acded 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ by monasca-vagrant. * git clone https://github.com/openstack/horizon.git # clone horizon * git clone https://github.com/hpcloud-mon/grafana.git -* ln -s grafana/src horizon/static/grafana +* ln -r -s grafana/src *apache_document_root*/grafana * cd horizon * Add git+https://github.com/openstack/monasca-ui.git to requirements.txt @@ -55,8 +55,8 @@ ln -s ../monasca-ui/monitoring monitoring ##Set up Grafana ``` -cd static -ln -s ../../grafana/src grafana +cd .. +ln -r -s grafana/src /grafana cd grafana cp config.monasca.js config.js ``` diff --git a/monitoring/overview/templates/overview/index.html b/monitoring/overview/templates/overview/index.html index 89ea648c..2396630f 100644 --- a/monitoring/overview/templates/overview/index.html +++ b/monitoring/overview/templates/overview/index.html @@ -1,5 +1,5 @@ {% extends 'base.html' %} -{% load static i18n %} +{% load i18n %} {% block title %}{% trans 'Monitoring' %}{% endblock %} {% block page_header %} @@ -9,7 +9,7 @@ {% block main %}
{% for dashboard in dashboards %} - + {% trans dashboard.title %}