I have similar sensors feature switched off for performace reasons. Is there a way to disable similar sensors section (empty table and "Why can't I see any sensor similarities here?" infrmation) from sensor page?
Article Comments
It is partially working: "Similar Sensors" table has dissapeared but "Why can't I see any sensor similarities here?" message and description is still there. Can you do anything with it?
Jan, 2016 - Permalink
Can you please forward a screenshot and mark the parts which you exactly want to remove?
Jan, 2016 - Permalink
Hi Tomasz,
.oskhelpbox {
display: none;
}
will remove this help box.
Best regards,
Jan, 2016 - Permalink
Hi Tomasz,
You can edit the
file. Simply add the lines
#form_correlationtable2{ display: none; }and clear your browser cache. This file will not be overwritten with future updates, so this will work as long as the form's name persists.
Best regards, Felix
Jan, 2016 - Permalink