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:
authorStefan Giehl <stefan@piwik.org>2018-01-22 04:54:54 +0300
committerMatthieu Aubry <mattab@users.noreply.github.com>2018-01-22 04:54:54 +0300
commitccbfcaba1ffc12136839e01898a85eeb6eb56040 (patch)
treebec01d01d525161d4c2d4808c58ce2c43a1460b1 /plugins
parente17e89ba0c7fd3dd7af0edd67f5c023940fc80f6 (diff)
Adds new icons to UI demo page (#12490)
* Adds new icons to UI demo page * update ui file
Diffstat (limited to 'plugins')
-rw-r--r--plugins/Morpheus/templates/demo.twig26
1 files changed, 14 insertions, 12 deletions
diff --git a/plugins/Morpheus/templates/demo.twig b/plugins/Morpheus/templates/demo.twig
index 7dd8c6f0fe..e793a9199e 100644
--- a/plugins/Morpheus/templates/demo.twig
+++ b/plugins/Morpheus/templates/demo.twig
@@ -651,7 +651,9 @@
'search',
'menu-hamburger',
'more-horiz',
- 'more-verti'
+ 'more-verti',
+ 'arrowup',
+ 'arrowdown'
],
'Window-Widget': [
'minimise',
@@ -660,7 +662,7 @@
'maximise',
'newtab',
'refresh',
- 'reload',
+ 'reload'
],
'Reports': [
'table',
@@ -677,35 +679,35 @@
'user',
'user-add',
'users',
- 'alien',
+ 'alien'
],
'Date-picker': [
- 'calendar',
+ 'calendar'
],
'Annotations': [
- 'annotation',
+ 'annotation'
],
'E-commerce': [
'ecommerce-order',
- 'ecommerce-abandoned-cart',
+ 'ecommerce-abandoned-cart'
],
'Goals': [
- 'goal',
+ 'goal'
],
'Insights': [
- 'insights',
+ 'insights'
],
'Segments': [
- 'segment',
+ 'segment'
],
'Visitors': [
- 'visitor-profile',
+ 'visitor-profile'
],
'Lock': [
'locked',
'locked-2',
'locked-3',
- 'locked-4',
+ 'locked-4'
],
'Other': [
'configure',
@@ -738,7 +740,7 @@
'sign-in',
'sign-out',
'settings'
- ],
+ ]
};
var iconsDiv = $('#icons');