From 63c652998e8a64d23c5a848b9bdc91b4b5c901ef Mon Sep 17 00:00:00 2001 From: LP Papillon Date: Wed, 10 Mar 2021 13:12:38 -0500 Subject: [PATCH] Include symbol definitions I added this in our version so we can properly see SVG sprites as they will be rendered in MyGeotab. If you have a URL you could load that takes care of this and is always up to date, that'd be even better, but this beats not being able to see them at all. This enables us to use this in our addins: --- generators/app/templates/src/.dev/login/loginTemplate.js | 1 + 1 file changed, 1 insertion(+) diff --git a/generators/app/templates/src/.dev/login/loginTemplate.js b/generators/app/templates/src/.dev/login/loginTemplate.js index 192c6e4..70e5421 100644 --- a/generators/app/templates/src/.dev/login/loginTemplate.js +++ b/generators/app/templates/src/.dev/login/loginTemplate.js @@ -297,5 +297,6 @@ let loginExample = ` + Pro+Pro `; body.innerHTML = loginExample + body.innerHTML;