Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordiosmosis <benakamoorthi@fastmail.fm>2014-02-10 12:47:38 +0400
committerdiosmosis <benakamoorthi@fastmail.fm>2014-02-10 12:47:38 +0400
commit508afb2eb1ac3a281d9dce683d173e7d9b758c86 (patch)
tree8ce843ec65f8c297529b2ad546bcbd82aada07eb /plugins/Dashboard/templates
parent0d4f03f28fce68439d61f188d555df8ed7fd57d8 (diff)
Intermediate commit.
Diffstat (limited to 'plugins/Dashboard/templates')
-rw-r--r--plugins/Dashboard/templates/embeddedIndex.twig6
1 files changed, 5 insertions, 1 deletions
diff --git a/plugins/Dashboard/templates/embeddedIndex.twig b/plugins/Dashboard/templates/embeddedIndex.twig
index 148b9a672a..0e8f39dcdf 100644
--- a/plugins/Dashboard/templates/embeddedIndex.twig
+++ b/plugins/Dashboard/templates/embeddedIndex.twig
@@ -92,5 +92,9 @@
<input role="no" type="button" value="{{ 'General_Cancel'|translate }}"/>
</div>
+ <div class="widgetTemplate" style="display:none;">
+ {% render emptyWidgetizedReport %}
+ </div>
+
<div id="dashboardWidgetsArea"></div>
-</div>
+</div> \ No newline at end of file