Hi
CSS doesn't get rendered properly in ThingWorx 8.4.5. This causes the expand/collapse button to not display properly. Could you please try these steps:
1. Please navigate to PTC.FactoryConsole.DataTable
2. Go to Mashup tab of PTC.FactoryConsole.DataTable , look for the mashup in the "TitleMashup" for Asset Advisor i.e. PTC.SCA.SCO.AssetMonitor.AssetList.AssetListContainerMashup
3. Edit the Mashup
4. Go to the CSS tab and paste the following snippet there:
.customClass label:before {
display:none !important;
}
.customClass label {
background: url(/Thingworx/MediaEntities/PTC.Factory.CollapseTab) !important;
height: 17.988px !important;
width: 17px !important;
display:inline-block !important;
}
5. Apply customClass on the master tile mashup, that will apply it to all mashups that use it
Thanks
Abhishek
Welcome to the PTC Community
No account yet? Create an account
Please use your PTC eSupport account.
LoginEnter your E-mail address. We'll send you an e-mail with instructions to reset your password.

