From 077b28fe90a869b74aed98914b2b706fa2f3b2b7 Mon Sep 17 00:00:00 2001 From: Thomas Steur Date: Wed, 18 Jan 2017 15:48:42 +1300 Subject: Added icon info2 to demo page (#11214) --- plugins/Morpheus/templates/demo.twig | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/Morpheus/templates/demo.twig') diff --git a/plugins/Morpheus/templates/demo.twig b/plugins/Morpheus/templates/demo.twig index a663901446..057efa66b5 100644 --- a/plugins/Morpheus/templates/demo.twig +++ b/plugins/Morpheus/templates/demo.twig @@ -609,6 +609,7 @@ 'error', 'warning', 'info', + 'info2', 'success', 'help', 'help-alt', -- cgit v1.2.3 From 9f16db6e521d35e5b57dbb499820cebc1c91c1c0 Mon Sep 17 00:00:00 2001 From: Thomas Steur Date: Sun, 22 Jan 2017 12:36:56 +1300 Subject: Added new form icon (#11248) * added new form icon * UI tests --- plugins/Morpheus/templates/demo.twig | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/Morpheus/templates/demo.twig') diff --git a/plugins/Morpheus/templates/demo.twig b/plugins/Morpheus/templates/demo.twig index 057efa66b5..0a4dc9111d 100644 --- a/plugins/Morpheus/templates/demo.twig +++ b/plugins/Morpheus/templates/demo.twig @@ -647,6 +647,7 @@ 'chart-line', 'chart-line-details', 'funnel', + 'form' ], 'Users': [ 'user', -- cgit v1.2.3 From fb3ecda528346f8eb82fa0216341ae5b0922b33f Mon Sep 17 00:00:00 2001 From: Thomas Steur Date: Sun, 22 Jan 2017 14:00:04 +1300 Subject: Added new archive and lab icon (#11249) * added new form icon * add archive and lab icon * UI tests * Custom Alerts submodule --- plugins/Morpheus/templates/demo.twig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'plugins/Morpheus/templates/demo.twig') diff --git a/plugins/Morpheus/templates/demo.twig b/plugins/Morpheus/templates/demo.twig index 0a4dc9111d..621a8a6fdc 100644 --- a/plugins/Morpheus/templates/demo.twig +++ b/plugins/Morpheus/templates/demo.twig @@ -604,6 +604,7 @@ 'delete', 'plus', 'minus', + 'archive' ], 'Alerts': [ 'error', @@ -647,7 +648,8 @@ 'chart-line', 'chart-line-details', 'funnel', - 'form' + 'form', + 'lab' ], 'Users': [ 'user', -- cgit v1.2.3