Hi,
I noticed that on the main-view.xml there are these lines
<header id="header" classNames="jmix-main-view-header">
<drawerToggle id="drawerToggle"
classNames="jmix-main-view-drawer-toggle"
themeNames="contrast"
ariaLabel="msg://drawerToggle.ariaLabel"/>
<h1 id="viewTitle" classNames="jmix-main-view-title"/>
</header>
I noticed that the viewTitle is dynamically changed by by each view based on the view title.
I wants to set the main view viewTitle as Dashboard but
<h1 id="viewTitle" classNames="jmix-main-view-title" text="Dashboard"/>
does not work. Can you help me understand how does this viewTitle changes and how to set its default text (text in main-view page) as Dashboard?
Thank you.