I want to add another title next to "UIP" on the apps bar!
Settings-->User Interface-->Navigation Menus-->
<nav search_view="search">
<view name="search" default='true' />
<view name="datasets" />
<view name="reports" />
<view name="alerts" />
<view name="dashboards" />
<collection label="UIP">
<view name="login_name"/>
<view name="agent"/>
<view name="hase_dashboard"/>
<view name="hase_uip_data_search"/>
</collection>
<collection label="CIVR">
<view name="IVR-CC"/>
<view name="IVR-CC3"/>
</collection>
</nav>
Hi @Jennifer
id of dashboard is same is view name IVR_CC3
updated view name in naviagnation menu <view name="IVR_CC3"/>
Additionally, if you have access to the shell, you can find the viewname in below path:
Hello Jenifer,
This is exactly how you are supposed to do it.
But be aware that if there is no dashboard called "IVR-CC" or "IVR-CC3", "CIVR" will not appear.
And "IVR-CC" should not be the title but the id of the dashboard.
Hope it helps 🙂
Where could I check the id of my dashboards? I can't open this link http://yoursplunk:8000/en-US/manager/search/data/ui/views
Not sure why you can't open that link - did you approach it through Settings -> User Interface -> Views?
Aside from that, if you look at the address bar from one of the opened dashboards, you may find the view name
http://yoursplunk:8000/en-US/app/<appname>/<viewname>
So I could see this page but still where I could check the id of the dashboard of IVR_CC3
https://hkp6vl0512s.hk.hsbc:8443/en-US/manager/search/data/ui/views
Hi @Jennifer
id of dashboard is same is view name IVR_CC3
updated view name in naviagnation menu <view name="IVR_CC3"/>