{% extends "dashboard/main.html" %} {% block content %}
Settings from config file

Dashboard link /{{ link }}
Version of monitored app {{ config.version }}
Group by variable {{ config.get_group_by() if config.get_group_by() != None else "Unspecified" }}
Measurements database {{ config.database_name }}
Location of tests of monitored app {{ config.test_dir if config.test_dir != None else "Unspecified" }}
Username {{ config.username }}
Password {{ pw }}
{% endblock %}