diff --git a/dashboard/static/css/style.css b/dashboard/static/css/style.css index 445fdad40..25d1b2a3e 100644 --- a/dashboard/static/css/style.css +++ b/dashboard/static/css/style.css @@ -341,16 +341,16 @@ a[href^="https://launchpad"]:after { } .kpi_title_block { - margin-left: 50px; + margin-left: 40px; } .kpi_title { - font-size: 16pt; + font-size: 13pt; font-weight: bold; } .kpi_marker { - font-size: 19pt; + font-size: 16pt; font-weight: bold; text-align: center; vertical-align: middle; color: lightgray; diff --git a/dashboard/templates/kpi/base_kpi.html b/dashboard/templates/kpi/base_kpi.html index 186caef60..97b234b92 100644 --- a/dashboard/templates/kpi/base_kpi.html +++ b/dashboard/templates/kpi/base_kpi.html @@ -37,6 +37,87 @@ + + + + {% block scripts %}{% endblock %} {% endblock %} diff --git a/dashboard/templates/kpi/kpi.html b/dashboard/templates/kpi/kpi.html index ec8294d42..9a91e40a4 100644 --- a/dashboard/templates/kpi/kpi.html +++ b/dashboard/templates/kpi/kpi.html @@ -1,111 +1,35 @@ {% extends "kpi/base_kpi.html" %} {% block title %} - Group KPI + Example of KPI report {% endblock %} {% block scripts %} - - - - -{% endblock %} - - -{% block content %} -

Metrics

- -
- - +{% endblock %} + + +{% block content %} +

Example of KPI report

+ +

Position in top

+
+ +

Percentage in top

+
{% endblock %}