I'm trying to change the sidebar menu item, but it's not working properly. I'm trying to use mobile
icon.
new MenuItem(this.l("Devices"), "", "menu", "", [
new MenuItem(this.l("Mobile"), "Pages.Mobile", "mobile", "/app/device/mobile")
])
The free template uses AdminBSB, which supports Material Design Icons.
Font Awesome's "mobile"
is similar to Material Design's "phone_android"
/"phone_iphone"
.