Customize tabs in Hardware Asset Workspace
Adjust the content shown in the tabs of Hardware Asset Workspace views to meet your specific business needs.
Before you begin
Role required: admin
About this task
In the Hardware Asset Workspace, the content displayed in tabs such as All Assets and Hardware Assets in the Asset Estate view is determined by functions in the HAMAssetWorkspaceUtil script include. These functions specify which table to use and what title to display for each tab. For example, the Asset estate page uses the getAssetEstateTabs function to fetch tab details, while other pages like Model Management and Inventory have their own specific functions. When a tab is selected, its index is used to fetch the corresponding item from the list, determining the displayed content.
Note:
This task shows how to hide the All Assets tab on the Asset estate page. Using the same approach, you can hide other tabs in Asset estate, Model management, or Inventory pages. Modify the content displayed
in a tab by updating the script include where details such as list titles and data sources are defined.
- To properly hide a tab, you must deactivate the tab in UIB and comment out the corresponding JSON structure in the Script Include file.
- The order of tab details in the functions within the Script Include file must match with the tab order in UI Builder. If not, the tabs displayed won’t match their corresponding configurations.