hide map for Character groups Quest Stations when there are no stations

This commit is contained in:
oliver 2016-04-09 13:44:37 +02:00
commit df14dfafc3
4371 changed files with 1220224 additions and 0 deletions

View file

@ -0,0 +1,3 @@
<h2>Evolution of server temperatures over the last few days</h2>
{{ evolutionGraph|raw }}

View file

@ -0,0 +1,9 @@
{% extends 'dashboard.twig' %}
{% block content %}
<h2>Inline notification example:</h2>
<div style="display:inline-block;margin-top:10px;" id="exampleUI_notifications">
{{ 'This is an example for an inline notification. Have you noticed the success message disappeared after a few seconds?'|notification({'placeAt': '#exampleUI_notifications', 'title': 'Info: ', 'noclear': true, 'context': 'info'}) }}
</div>
{% endblock %}

View file

@ -0,0 +1,9 @@
<div class="sparkline">
{{ sparkline(urlSparkline1) }}
Evolution of temperature for server piwik.org
</div>
<div class="sparkline">
{{ sparkline(urlSparkline2) }}
Evolution of temperature for server dev.piwik.org
</div>