hide map for Character groups Quest Stations when there are no stations
This commit is contained in:
commit
df14dfafc3
4371 changed files with 1220224 additions and 0 deletions
|
|
@ -0,0 +1,3 @@
|
|||
<h2>Evolution of server temperatures over the last few days</h2>
|
||||
|
||||
{{ evolutionGraph|raw }}
|
||||
|
|
@ -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 %}
|
||||
|
|
@ -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>
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue