Customize AhsayCBS User Web Console
July 21, 2025
The VM Run Direct tile on the AhsayCBS User web console can be hidden by editing the cbs.css file which is located in the $APPLICATION_HOME\webapps\cbs\include folder.
The default path for AhsayCBS running on:
- Windows is C:\Program Files\AhsayCBS\webapps\cbs\include
- Linux/FreeBSD is /usr/local/cbs/webapps/cbs/include
- AhsayUBS is /ubs/mnt/esfmfw/obsr/system/obsr/webapps/cbs/include
Follow the instructions below to hide the VM Run Direct tile on the AhsayCBS User web console:
-
Go to $APPLICATION_HOME\webapps\cbs\include folder to locate the cbs.css file.
-
Using a text editor open cbs.css and add the following code:
.cbs-new_home_container .cbs-new_menu_container-bkup_restore-reseller div.cbs-menu_box4.cbs-menu_box-bkup_restore-reseller.cbs-menu-bkup_restore:nth-child(3) {display: none;}
- Clear your browsers cache.
-
Login to the AhsayCBS user web console using an AhsayOBM or AhsayACB user account to verify that the VM Run Direct Tile is already hidden.