I want to change my default Menu Icon using FoneAwesome Icon, e.g Day Off Calendar use calendar
icon.
I just solve this by very easy solutions which already exist on Apache Isis
, just use cssClassFa
on ActionLayout
annotation as bellow.
@ActionLayout(bookmarking = BookmarkPolicy.AS_ROOT, cssClassFa = "calendar")