4 Answer(s)
-
0
Hi,
simple-line-icons and glyphicons are different icon sets.
"glyphicon glyphicon-import" should work. You can see all available icons here: <a class="postlink" href="http://www.keenthemes.com/preview/metronic/theme/admin_4_material_design/ui_icons.html">http://www.keenthemes.com/preview/metro ... icons.html</a>
-
0
Hi, Actually it worked before the V 1.7 update.Now it's not working.I have changed all the other icons also after the version update. Please see the image below.Thanks.
.AddItem(new MenuItemDefinition( PageNames.App.Tenant.Imports, L("Imports"), url: "tenant.imports", icon: "glyphicon glyphicon-import" )
-
0
OK, as I see it's folder has changed in new bootstrap version.
Move all files from libs\bootstrap\fonts\ to libs\bootstrap\fonts\bootstrap\ than it will work. I did it: <a class="postlink" href="https://github.com/aspnetzero/aspnet-zero/commit/a89b6de4cd6a5afe6a7144387ab3def6e68dcee2">https://github.com/aspnetzero/aspnet-ze ... f6e68dcee2</a>
-
0
Yes,Now it's working.Thanks a lot :)